Skip to content

Commit

Permalink
update user icon
Browse files Browse the repository at this point in the history
  • Loading branch information
cretadn22 committed May 7, 2024
1 parent 55e146a commit 05760e0
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 05760e0

Please sign in to comment.