Dont SSR help boxes

This commit is contained in:
Jackson Harper
2023-09-04 15:56:21 +08:00
parent e63626be72
commit 22b76bceab

View File

@ -26,6 +26,10 @@ export const FeatureHelpBox = (props: FeatureHelpBoxProps) => {
setDisplay(true)
}, [])
if (!display) {
return <></>
}
return (
<HStack
css={{