From 630136b5b746cf46ed76f50785d4957d65549f0a Mon Sep 17 00:00:00 2001 From: TinsFox Date: Sat, 4 May 2024 18:00:23 +0800 Subject: [PATCH] Revert "fix: hydration warning (#3897)" (#4059) --- web/app/layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index ac58f09bf..2f6a6bb82 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -42,7 +42,6 @@ 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 >