1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Update src/components/views/right_panel/UserInfo.tsx

Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
Aaron Raimist
2021-05-07 18:41:47 -05:00
committed by GitHub
parent 1f2895dbe9
commit fa307ee14c

View File

@@ -188,7 +188,7 @@ function DeviceItem({userId, device}: {userId: string, device: IDevice}) {
};
let deviceName;
if (device.getDisplayName() === null || device.getDisplayName().trim() === "") {
if (!device.getDisplayName()?.trim()) {
deviceName = device.deviceId;
} else {
deviceName = device.ambiguous ?