Browse Source

fix: hydration warning (#3897)

tags/0.6.6
TinsFox 1 year ago
parent
commit
08a65d74d5
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      web/app/layout.tsx

+ 1
- 0
web/app/layout.tsx View File

@@ -42,6 +42,7 @@ const LocaleLayout = ({
data-public-sentry-dsn={process.env.NEXT_PUBLIC_SENTRY_DSN}
data-public-maintenance-notice={process.env.NEXT_PUBLIC_MAINTENANCE_NOTICE}
data-public-site-about={process.env.NEXT_PUBLIC_SITE_ABOUT}
suppressHydrationWarning
>
<Topbar/>
<BrowerInitor>

Loading…
Cancel
Save