From 9a3190a46b6a54f8ed74af99d1f8904b868d5050 Mon Sep 17 00:00:00 2001 From: Andy Hong Date: Thu, 12 Feb 2026 21:51:56 +0900 Subject: [PATCH] =?UTF-8?q?design:=20=EC=83=89=EC=83=81=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8=20(#000)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/layout/Layout.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/common/layout/Layout.tsx b/src/components/common/layout/Layout.tsx index 5ec8bea0..41325c18 100644 --- a/src/components/common/layout/Layout.tsx +++ b/src/components/common/layout/Layout.tsx @@ -50,9 +50,7 @@ export function Layout({ left, center, right, theme, scrollable = false, childre data-theme={appliedTheme} className={`bg-gray-100 ${scrollable ? 'min-h-screen' : 'h-screen overflow-hidden'}`} > -
+
{left ?? }
{center}
{right}