diff --git a/src/components/views/rooms/MemberDeviceInfo.js b/src/components/views/rooms/MemberDeviceInfo.js index c161aa874e..51bf7d3637 100644 --- a/src/components/views/rooms/MemberDeviceInfo.js +++ b/src/components/views/rooms/MemberDeviceInfo.js @@ -46,8 +46,10 @@ export default class MemberDeviceInfo extends React.Component { (this.props.device.getDisplayName() ? this.props.device.getDisplayName() : "") + " (" + this.props.device.deviceId + ")" : this.props.device.getDisplayName(); + // add the deviceId as a titletext to help with debugging return ( -
+
{deviceName}