From 7e396d6e63026b227351a9ec664cb57e42f46c96 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=8B=9D?=
<43837214+Minsiki@users.noreply.github.com>
Date: Mon, 20 Jan 2025 18:40:21 +0900
Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EC=A0=95=20title=20=EC=82=AD=EC=A0=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/floor-plan/modal/basic/step/Orientation.jsx | 1 -
src/components/floor-plan/modal/movement/MovementSetting.jsx | 1 -
src/components/floor-plan/modal/object/ObjectSetting.jsx | 1 -
.../floor-plan/modal/outerlinesetting/WallLineSetting.jsx | 1 -
.../floor-plan/modal/placementShape/PlacementShapeDrawing.jsx | 3 +--
src/components/floor-plan/modal/roofShape/RoofShapeSetting.jsx | 1 -
6 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/src/components/floor-plan/modal/basic/step/Orientation.jsx b/src/components/floor-plan/modal/basic/step/Orientation.jsx
index a64210f4..23f388f7 100644
--- a/src/components/floor-plan/modal/basic/step/Orientation.jsx
+++ b/src/components/floor-plan/modal/basic/step/Orientation.jsx
@@ -34,7 +34,6 @@ export const Orientation = forwardRef(({ tabNum }, ref) => {
return (
<>
-
{getMessage('modal.module.basic.setting.orientation.setting')}
{getMessage('modal.module.basic.setting.orientation.setting.info')}
diff --git a/src/components/floor-plan/modal/movement/MovementSetting.jsx b/src/components/floor-plan/modal/movement/MovementSetting.jsx
index a4dcf3fc..057d7d37 100644
--- a/src/components/floor-plan/modal/movement/MovementSetting.jsx
+++ b/src/components/floor-plan/modal/movement/MovementSetting.jsx
@@ -33,7 +33,6 @@ export default function MovementSetting({ id, pos = { x: 50, y: 230 } }) {
))}
-
{getMessage('setting')}
{type === TYPE.FLOW_LINE &&
}
{type === TYPE.UP_DOWN &&
}
diff --git a/src/components/floor-plan/modal/object/ObjectSetting.jsx b/src/components/floor-plan/modal/object/ObjectSetting.jsx
index 97cd02f8..69c4232c 100644
--- a/src/components/floor-plan/modal/object/ObjectSetting.jsx
+++ b/src/components/floor-plan/modal/object/ObjectSetting.jsx
@@ -92,7 +92,6 @@ export default function ObjectSetting({ id, pos = { x: 50, y: 230 } }) {
))}
-
{getMessage('setting')}
{buttonAct === 1 &&
}
{buttonAct === 2 &&
}
{buttonAct === 3 &&
}
diff --git a/src/components/floor-plan/modal/outerlinesetting/WallLineSetting.jsx b/src/components/floor-plan/modal/outerlinesetting/WallLineSetting.jsx
index 84107dae..c95c7c5a 100644
--- a/src/components/floor-plan/modal/outerlinesetting/WallLineSetting.jsx
+++ b/src/components/floor-plan/modal/outerlinesetting/WallLineSetting.jsx
@@ -152,7 +152,6 @@ export default function WallLineSetting(props) {
-
{getMessage('modal.cover.outline.setting')}
{type === OUTER_LINE_TYPE.OUTER_LINE ? (
) : type === OUTER_LINE_TYPE.RIGHT_ANGLE ? (
diff --git a/src/components/floor-plan/modal/placementShape/PlacementShapeDrawing.jsx b/src/components/floor-plan/modal/placementShape/PlacementShapeDrawing.jsx
index fd435b8b..71bed775 100644
--- a/src/components/floor-plan/modal/placementShape/PlacementShapeDrawing.jsx
+++ b/src/components/floor-plan/modal/placementShape/PlacementShapeDrawing.jsx
@@ -142,7 +142,6 @@ export default function PlacementShapeDrawing({ id, pos = { x: 50, y: 230 } }) {
))}
-
{getMessage('setting')}
{buttonAct === 1 &&
}
{buttonAct === 2 &&
}
{buttonAct === 3 &&
}
@@ -155,7 +154,7 @@ export default function PlacementShapeDrawing({ id, pos = { x: 50, y: 230 } }) {
{getMessage('modal.cover.outline.rollback')}
diff --git a/src/components/floor-plan/modal/roofShape/RoofShapeSetting.jsx b/src/components/floor-plan/modal/roofShape/RoofShapeSetting.jsx
index 1efbb767..2a59cc91 100644
--- a/src/components/floor-plan/modal/roofShape/RoofShapeSetting.jsx
+++ b/src/components/floor-plan/modal/roofShape/RoofShapeSetting.jsx
@@ -108,7 +108,6 @@ export default function RoofShapeSetting({ id, pos = { x: 50, y: 230 } }) {
))}