Show a 'not available for mobile web' screen (temporary)

This commit is contained in:
Paul Frazee
2023-02-23 12:39:10 -06:00
parent f55c25feb7
commit 1f96e33827
2 changed files with 29 additions and 12 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export const ViewHeader = observer(function ViewHeader({
canGoBack = store.nav.tab.canGoBack
}
if (isDesktopWeb) {
return undefined
return <></>
}
return (
<Container hideOnScroll={hideOnScroll || false}>