Skip to content

Commit

Permalink
Merge pull request #41776 from cretadn22/update-user-icon
Browse files Browse the repository at this point in the history
Update user icon in group member page
  • Loading branch information
dangrous authored May 14, 2024
2 parents a6cb60c + 05760e0 commit 8bdfecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReportParticipantsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ function ReportParticipantsPage({report, personalDetails, session}: ReportPartic
options.push({
text: translate('workspace.people.makeMember'),
value: CONST.POLICY.MEMBERS_BULK_ACTION_TYPES.MAKE_MEMBER,
icon: Expensicons.MakeAdmin,
icon: Expensicons.User,
onSelected: () => changeUserRole(CONST.REPORT.ROLE.MEMBER),
});
}
Expand Down

0 comments on commit 8bdfecd

Please sign in to comment.