[FIX] Actions from User Info panel (#20073)

pull/20122/head
Darshil Patel 5 years ago committed by GitHub
parent 2b3f0b64ca
commit 5832eb5da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      client/views/room/contextualBar/UserInfo/index.js

@ -171,6 +171,7 @@ export const UserInfoWithData = React.memo(function UserInfoWithData({ uid, user
nickname,
} = user;
return {
_id,
name: showRealNames ? name : username,
username,
lastLogin,

Loading…
Cancel
Save