Skip to content

Commit

Permalink
Merge pull request #30322 from namhihi237/fix-29900-tooltip-member-page
Browse files Browse the repository at this point in the history
fix show name on tooltip member page
  • Loading branch information
deetergp authored Nov 1, 2023
2 parents 0e97af0 + 6862b59 commit 4ac2777
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 @@ -365,6 +365,7 @@ function WorkspaceMembersPage(props) {
source: UserUtils.getAvatar(details.avatar, accountID),
name: props.formatPhoneNumber(details.login),
type: CONST.ICON_TYPE_AVATAR,
id: accountID,
},
],
errors: policyMember.errors,
Expand Down

0 comments on commit 4ac2777

Please sign in to comment.