From a9f9235976333e5bc67a41c91a2e55b2e96f287b Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 29 Sep 2022 09:05:40 -0500 Subject: Remove top bar in the shell --- src/view/shell/mobile/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/view/shell/mobile/index.tsx') diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index 837bc6b5e..17ae47ed9 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -183,7 +183,7 @@ export const MobileShell: React.FC = observer(() => { return ( - + {/* @@ -195,7 +195,7 @@ export const MobileShell: React.FC = observer(() => { - + */} @@ -241,7 +241,7 @@ export const MobileShell: React.FC = observer(() => { /> - + {isLocationMenuActive && ( -- cgit 1.4.1