From 5256c4e05ed7fe5c8b76c2e7f8fe23abff99c105 Mon Sep 17 00:00:00 2001 From: Shahidullah Muffakir Date: Fri, 15 Nov 2024 06:56:47 +0530 Subject: [PATCH] ensure consistent profile picture shape in shared QR codes --- src/pages/workspace/WorkspaceProfileSharePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/workspace/WorkspaceProfileSharePage.tsx b/src/pages/workspace/WorkspaceProfileSharePage.tsx index 16a076205ad3..58c4564cc842 100644 --- a/src/pages/workspace/WorkspaceProfileSharePage.tsx +++ b/src/pages/workspace/WorkspaceProfileSharePage.tsx @@ -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}