From af90e0fa36e670132cceb8b5db2429582a074c97 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Fri, 9 Jan 2026 09:53:40 +0900 Subject: [PATCH] =?UTF-8?q?=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 --- src/hooks/roofcover/useRoofAllocationSetting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/roofcover/useRoofAllocationSetting.js b/src/hooks/roofcover/useRoofAllocationSetting.js index 70874765..a49e856e 100644 --- a/src/hooks/roofcover/useRoofAllocationSetting.js +++ b/src/hooks/roofcover/useRoofAllocationSetting.js @@ -185,7 +185,7 @@ export function useRoofAllocationSetting(id) { }) } - const firstRes = Array.isArray(res) && res.length > 0 ? res[0] : null + const firstRes = Array.isArray(response) && response.length > 0 ? response[0] : null setBasicSetting({ ...basicSetting,