Skip to content

Commit

Permalink
fix hidden of member tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Feb 10, 2024
1 parent aadf047 commit 7f25508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/RoomMembersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ function RoomMembersPage(props) {
source: UserUtils.getAvatar(details.avatar, accountID),
name: details.login,
type: CONST.ICON_TYPE_AVATAR,
id: Number(accountID),
},
],
});
Expand Down

0 comments on commit 7f25508

Please sign in to comment.