Dont SSR help boxes
This commit is contained in:
@ -26,6 +26,10 @@ export const FeatureHelpBox = (props: FeatureHelpBoxProps) => {
|
||||
setDisplay(true)
|
||||
}, [])
|
||||
|
||||
if (!display) {
|
||||
return <></>
|
||||
}
|
||||
|
||||
return (
|
||||
<HStack
|
||||
css={{
|
||||
|
||||
Reference in New Issue
Block a user