From 0e736ee4794ff2c25cb400272bcea44e55626c9d Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Fri, 17 Jan 2025 16:44:14 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20provider=20=EC=A4=91=EC=B2=A9=EC=8B=9C?= =?UTF-8?q?=20suspense=20=EC=82=AC=EC=9A=A9=20=EC=8B=9C=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.js | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/src/app/layout.js b/src/app/layout.js index 0a514711..fd9f08bd 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -66,24 +66,22 @@ export default async function RootLayout({ children }) { - }> - {headerPathname === '/login' || headerPathname === '/join' ? ( - {children} - ) : ( - -
-
-
- - {children} -
-