From 675e0c4507cc807d7f5bf51bdefdbbe166eac485 Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Tue, 17 Oct 2023 17:54:37 -0400 Subject: [PATCH] suppress hydration warning --- app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index f27b4d6..602183c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -57,7 +57,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + @@ -220,6 +220,7 @@ export default function RootLayout({ />