From 894db9ecf2ffc81005d8c5f83adc46f03b6d7ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=83=81=ED=98=84?= Date: Thu, 16 Nov 2023 17:48:33 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=A0=EB=8F=84=EA=B0=92=20=EC=A1=B0?= =?UTF-8?q?=EA=B1=B4=EB=AC=B8=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/laanc/step/LaancStep1.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/laanc/step/LaancStep1.js b/src/components/laanc/step/LaancStep1.js index f26a4e1..09d7c37 100644 --- a/src/components/laanc/step/LaancStep1.js +++ b/src/components/laanc/step/LaancStep1.js @@ -193,14 +193,14 @@ export default function LaancStep1({ } if ( !laancArea?.duplicated && - parseInt(value.replace('/^0+/', 'm', ''), 10) < maxElev + parseInt(value.replace('/^0+/', 'm', ''), 10) <= maxElev ) { setIsErrorModal({ isOpen: true, title: '고도 재설정 알림', desc: ( <> - 관제권 및 비행금지 공역을 제외한 지역에서는 주간에 150m미만의 + 관제권 및 비행금지 공역을 제외한 지역에서는 주간에 150m이하
고도에서는 비행승인없이 비행가능합니다. @@ -229,7 +229,7 @@ export default function LaancStep1({ }); } case 'fltMethod': - if (value === '군집비행') { + if (value === '10') { handleChange({ type: 'area', name: 'fltMethod',