From ed351f70441d359e7a04e7eb9897aee5713757dd Mon Sep 17 00:00:00 2001 From: kjs Date: Mon, 10 Nov 2025 14:54:53 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20layout.gridSettings=20=EB=AC=B8=EB=B2=95?= =?UTF-8?q?=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/screen/ScreenDesigner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/screen/ScreenDesigner.tsx b/frontend/components/screen/ScreenDesigner.tsx index 8fcb7d51..5ab96b97 100644 --- a/frontend/components/screen/ScreenDesigner.tsx +++ b/frontend/components/screen/ScreenDesigner.tsx @@ -1495,7 +1495,7 @@ export default function ScreenDesigner({ selectedScreen, onBackToList }: ScreenD templateSize: templateComp.size, calculatedSize, hasGridInfo: !!currentGridInfo, - hasGridSettings: !!layout.gridSettings?. + hasGridSettings: !!layout.gridSettings, }); return {