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 }