diff --git a/src/hooks/roofcover/useRoofShapeSetting.js b/src/hooks/roofcover/useRoofShapeSetting.js index e1ee08c2..31f88221 100644 --- a/src/hooks/roofcover/useRoofShapeSetting.js +++ b/src/hooks/roofcover/useRoofShapeSetting.js @@ -678,8 +678,7 @@ export function useRoofShapeSetting(id) { // 벽 attributes = { type: LINE_TYPE.WALLLINE.WALL, - width: hasSleeve === '0' ? 0 : sleeveOffset / 10, - sleeve: hasSleeve === '1', + offset: hasSleeve === '0' ? 0 : sleeveOffset / 10, } selectedLine.attributes = { ...attributes, isFixed: true } break