From e32fe6fcbdb468a1e3605ab7a4fd482eecb51434 Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Tue, 7 Jan 2025 15:50:24 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8fix:=20canvas=20layout=20=EC=A1=B0?= =?UTF-8?q?=EA=B1=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 견적서, 발전 시뮬레이션 메뉴에도 탭 노출 조건 수정 --- src/app/floor-plan/layout.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/floor-plan/layout.js b/src/app/floor-plan/layout.js index 19c730cf..e87ca2e8 100644 --- a/src/app/floor-plan/layout.js +++ b/src/app/floor-plan/layout.js @@ -14,12 +14,12 @@ export default function FloorPlanLayout({ children }) { <> - {pathname.includes('estimate') || pathname.includes('simulator') ? ( + {/* {pathname.includes('estimate') || pathname.includes('simulator') ? (
{children}
) : ( {children} - )} - {/* {children} */} + )} */} + {children}