From 550813c7722846511c7841a4e49f682129ef7b58 Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 7 Mar 2026 07:56:56 -0800 Subject: [PATCH] fix(web-admin): suppress hydration warning from i18n language detection --- it0-web-admin/src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it0-web-admin/src/app/layout.tsx b/it0-web-admin/src/app/layout.tsx index c939d51..05f434e 100644 --- a/it0-web-admin/src/app/layout.tsx +++ b/it0-web-admin/src/app/layout.tsx @@ -18,7 +18,7 @@ export default function RootLayout({ }) { return ( - + {children}