You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
basic verification UI
This commit is contained in:
@@ -107,8 +107,13 @@ export default class DevicesPanelEntry extends React.Component {
|
||||
);
|
||||
}
|
||||
|
||||
var myDeviceClass = '';
|
||||
if (device.device_id === MatrixClientPeg.get().getDeviceId()) {
|
||||
myDeviceClass = " mx_DevicesPanel_myDevice";
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="mx_DevicesPanel_device">
|
||||
<div className={ "mx_DevicesPanel_device" + myDeviceClass }>
|
||||
<div className="mx_DevicesPanel_deviceId">
|
||||
{device.device_id}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user