From 998abfede5c30303238022994793a5a40f580d5f Mon Sep 17 00:00:00 2001 From: junh_eee Date: Mon, 19 Sep 2022 17:43:12 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EB=8F=84=20=EA=B2=80=EC=83=89=20repla?= =?UTF-8?q?ce=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/basis/flight/plan/FlightPlanAreaMap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/basis/flight/plan/FlightPlanAreaMap.js b/src/components/basis/flight/plan/FlightPlanAreaMap.js index f5a0454..373a143 100644 --- a/src/components/basis/flight/plan/FlightPlanAreaMap.js +++ b/src/components/basis/flight/plan/FlightPlanAreaMap.js @@ -224,8 +224,8 @@ const FlightPlanAreaMap = props => { {searchRes?.length!=0 && isSearch? ( searchRes?.map((prev, idx) => { - let title = prev.title.replace('',' '); - title = title.replace('',' '); + let title = prev.title.replaceAll('',''); + title = title.replaceAll('',''); return ( <>