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) ? ( -
+