Skip to content

Commit

Permalink
fix show name on tooltip member page
Browse files Browse the repository at this point in the history
  • Loading branch information
namhihi237 committed Oct 25, 2023
1 parent 1c85ebe commit 829ebe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/workspace/WorkspaceMembersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ function WorkspaceMembersPage(props) {
source: UserUtils.getAvatar(details.avatar, accountID),
name: details.login,
type: CONST.ICON_TYPE_AVATAR,
id: accountID
},
],
errors: policyMember.errors,
Expand Down

0 comments on commit 829ebe8

Please sign in to comment.