From 554985f749d99244161baf6652600e4d6c140169 Mon Sep 17 00:00:00 2001 From: zsviczian Date: Fri, 11 Mar 2022 11:46:53 +0100 Subject: [PATCH] Update MobileMenu.tsx --- src/components/MobileMenu.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/components/MobileMenu.tsx b/src/components/MobileMenu.tsx index c63e4fbfb..39dad32be 100644 --- a/src/components/MobileMenu.tsx +++ b/src/components/MobileMenu.tsx @@ -179,7 +179,7 @@ export const MobileMenu = ({ (appState.editingElement && !isTextElement(appState.editingElement)), })} - > + >
( - {actionManager.renderAction("goToCollaborator", { - id: clientId, - })} + {actionManager.renderAction( + "goToCollaborator", { + id: clientId, + } + )} ))} @@ -220,7 +222,10 @@ export const MobileMenu = ({ ) : appState.openMenu === "shape" && !viewModeEnabled && showSelectedShapeActions(appState, elements) ? ( -
+