From 6af8ffed1aa519ea9004e6fa1fd4b8bf3f92eb8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=83=81=ED=98=84?= Date: Fri, 17 Nov 2023 10:39:31 +0900 Subject: [PATCH] =?UTF-8?q?laanc=20step1=20=EA=B3=A0=EB=8F=84=20=EC=A1=B0?= =?UTF-8?q?=EA=B1=B4=EB=AC=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/laanc/step/LaancStep1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/laanc/step/LaancStep1.js b/src/components/laanc/step/LaancStep1.js index 09d7c37a..73d23540 100644 --- a/src/components/laanc/step/LaancStep1.js +++ b/src/components/laanc/step/LaancStep1.js @@ -164,7 +164,7 @@ export default function LaancStep1({ const controlledAltitudeExceededWarning = laancArea?.duplicated && parseInt(value.replace('/^0+/', 'm', ''), 10) >= laancElev[0] && - parseInt(value.replace('/^0+/', 'm', ''), 10) < maxElev; + parseInt(value.replace('/^0+/', 'm', ''), 10) <= maxElev; switch (type) { case 'fltElev':