From 05760e07040db11296f5aa2924974f51dbd5a310 Mon Sep 17 00:00:00 2001 From: cretadn22 Date: Tue, 7 May 2024 23:00:24 +0700 Subject: [PATCH] update user icon --- src/pages/ReportParticipantsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ReportParticipantsPage.tsx b/src/pages/ReportParticipantsPage.tsx index 303cd6cccd6b..a3670d722b34 100755 --- a/src/pages/ReportParticipantsPage.tsx +++ b/src/pages/ReportParticipantsPage.tsx @@ -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), }); }