From ae2541164f120f413e9736dcf01bc94d5e0f0fe6 Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Wed, 5 Feb 2025 16:45:21 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8fix:=20QCastProvider=20=EC=9C=84?= =?UTF-8?q?=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.js | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/src/app/layout.js b/src/app/layout.js index c68f8127..8c78f6c7 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -58,28 +58,26 @@ export default async function RootLayout({ children }) { return ( - - - - {headerPathname === '/login' || headerPathname === '/join' ? ( - { children } - ) : ( - <> - -
-
-
- {children} -
-