mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont SSR help boxes
This commit is contained in:
parent
e63626be72
commit
22b76bceab
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ export const FeatureHelpBox = (props: FeatureHelpBoxProps) => {
|
|||
setDisplay(true)
|
||||
}, [])
|
||||
|
||||
if (!display) {
|
||||
return <></>
|
||||
}
|
||||
|
||||
return (
|
||||
<HStack
|
||||
css={{
|
||||
|
|
|
|||
Loading…
Reference in a new issue