From bc8587f6888a6d98e822712c8fa38dd17f091771 Mon Sep 17 00:00:00 2001 From: dohyeons Date: Fri, 24 Oct 2025 10:02:34 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8C=A8=EB=94=A9=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/layout/AppLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/layout/AppLayout.tsx b/frontend/components/layout/AppLayout.tsx index 3aaf7e6b..903a91bb 100644 --- a/frontend/components/layout/AppLayout.tsx +++ b/frontend/components/layout/AppLayout.tsx @@ -457,7 +457,7 @@ function AppLayoutInner({ children }: AppLayoutProps) { {/* 가운데 컨텐츠 영역 - 스크롤 가능 */} -
{children}
+
{children}
{/* 프로필 수정 모달 */}