From f7b145c6551e76a6d4b9fc3a4983a28ef91a6d14 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Wed, 20 Aug 2025 16:03:58 +0300 Subject: fix(web): Suppress hydration warning on root html --- apps/web/app/layout.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'apps/web/app/layout.tsx') diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 55cab4fd..8514b8ad 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -54,7 +54,11 @@ export default async function RootLayout({ const userSettings = await getUserLocalSettings(); const isRTL = userSettings.lang === "ar"; return ( - +