From be881b656fc422bc132f054b6ea15d6e49050ca6 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Wed, 2 Jul 2025 17:09:01 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=80=EB=8C=80=20=EA=B8=B8=EC=9D=B4=20?= =?UTF-8?q?=EC=A1=B0=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/hooks/module/useTrestle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/module/useTrestle.js b/src/hooks/module/useTrestle.js index ec9e03d0..c09a902c 100644 --- a/src/hooks/module/useTrestle.js +++ b/src/hooks/module/useTrestle.js @@ -2479,7 +2479,7 @@ export const useTrestle = () => { // 각도에 따른 길이 반환 function getTrestleLength(length, degree) { - if (roofSizeSet !== 1) { + if (+roofSizeSet !== 1) { // 복시도 입력이 아닌경우 그냥 길이 return return length }