Show a 'not available for mobile web' screen (temporary)
This commit is contained in:
parent
a014b4e6cb
commit
0f293ecf95
2 changed files with 29 additions and 12 deletions
|
@ -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}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue