Skip to content

Commit

Permalink
Merge pull request Expensify#36297 from dukenv0307/fix/35073
Browse files Browse the repository at this point in the history
Fix hidden of member tooltip
  • Loading branch information
puneetlath authored Feb 12, 2024
2 parents 698b4e2 + 7f25508 commit c477054
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 c477054

Please sign in to comment.