From bcc91e76097015becae943bae5ae9c0629af7e3c Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Wed, 16 Apr 2025 15:53:54 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=98=EB=8C=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/roofcover/useRoofShapeSetting.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/hooks/roofcover/useRoofShapeSetting.js b/src/hooks/roofcover/useRoofShapeSetting.js index e36dbd08..192d8cc0 100644 --- a/src/hooks/roofcover/useRoofShapeSetting.js +++ b/src/hooks/roofcover/useRoofShapeSetting.js @@ -234,16 +234,16 @@ export function useRoofShapeSetting(id) { switch (line.direction) { case 'bottom': - direction = 'west' - break - case 'top': direction = 'east' break + case 'top': + direction = 'west' + break case 'left': - direction = 'north' + direction = 'south' break case 'right': - direction = 'south' + direction = 'north' break } }