From 5eb56345419dec8bcfcef45c381eb3e3b958d99b Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Mon, 24 Oct 2022 19:48:34 +0530 Subject: [PATCH] fix: navigation button not showing up on iPad --- .../javascripts/Components/NavigationMenu/NavigationMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/javascripts/Components/NavigationMenu/NavigationMenu.tsx b/packages/web/src/javascripts/Components/NavigationMenu/NavigationMenu.tsx index 64297bfef..a2dbe4960 100644 --- a/packages/web/src/javascripts/Components/NavigationMenu/NavigationMenu.tsx +++ b/packages/web/src/javascripts/Components/NavigationMenu/NavigationMenu.tsx @@ -7,7 +7,7 @@ export const NavigationMenuButton = () => { return ( { if (selectedPane === AppPaneId.Items || selectedPane === AppPaneId.Editor) { toggleAppPane(AppPaneId.Navigation)