Skip to content

Commit

Permalink
Merge pull request #52605 from Shahidullah-Muffakir/fix/52258
Browse files Browse the repository at this point in the history
ensure consistent profile picture shape in shared QR code
  • Loading branch information
grgia authored Nov 22, 2024
2 parents a35df5b + 5256c4e commit 3ed9f64
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 3ed9f64

Please sign in to comment.