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 a014b4e6cb
commit 0f293ecf95
2 changed files with 29 additions and 12 deletions

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}>