From c9acb6c4464984767821e249b9b8b64c569b5342 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Thu, 9 Nov 2023 08:34:48 +0100 Subject: [PATCH] lint --- .../components/workspace-hamburger-item.tsx | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/libs/remix-ui/workspace/src/lib/components/workspace-hamburger-item.tsx b/libs/remix-ui/workspace/src/lib/components/workspace-hamburger-item.tsx index d66959a1bb..980c38652f 100644 --- a/libs/remix-ui/workspace/src/lib/components/workspace-hamburger-item.tsx +++ b/libs/remix-ui/workspace/src/lib/components/workspace-hamburger-item.tsx @@ -20,23 +20,23 @@ export function HamburgerMenuItem(props: HamburgerMenuItemProps) { return ( <> {props.platforms.includes(platform)?( - - }> -
{ - props.actionOnClick() - _paq.push(['trackEvent', 'fileExplorer', 'workspaceMenu', uid]) - }} - > - - - - -
-
-
):null} + + }> +
{ + props.actionOnClick() + _paq.push(['trackEvent', 'fileExplorer', 'workspaceMenu', uid]) + }} + > + + + + +
+
+
):null} ) }