Skip to content

Commit

Permalink
ensure consistent profile picture shape in shared QR codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahidullah-Muffakir committed Nov 15, 2024
1 parent 4cc54ab commit 5256c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceProfileSharePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function WorkspaceProfileSharePage({policy}: WithPolicyProps) {
if (!adminRoom?.reportID) {
return;
}
Navigation.navigate(ROUTES.REPORT_WITH_ID.getRoute(adminRoom.reportID));
Navigation.dismissModal(adminRoom.reportID);
}}
>
{CONST.REPORT.WORKSPACE_CHAT_ROOMS.ADMINS}
Expand Down

0 comments on commit 5256c4e

Please sign in to comment.