diff --git a/src/components/basis/flight/plan/FlightPlanAreaMap.js b/src/components/basis/flight/plan/FlightPlanAreaMap.js index 858954d3..27b5465d 100644 --- a/src/components/basis/flight/plan/FlightPlanAreaMap.js +++ b/src/components/basis/flight/plan/FlightPlanAreaMap.js @@ -68,7 +68,6 @@ const FlightPlanAreaMap = props => { ModeInit(); }, [mapControl.drawType]); - useEffect(() => { if (areaCoordList) { if ( @@ -349,28 +348,27 @@ const FlightPlanAreaMap = props => { > 초기화 - {areaCoordList ? - areaCoordList[0].coordList[0].lat ? ( - 날씨 - ) : null - : <>} + {areaCoordList ? ( + areaCoordList[0].coordList[0].lat ? ( + + 날씨 + + ) : null + ) : ( + <> + )} - - 날씨 정보 - + 날씨 정보 -

오늘 날짜 기준으로 3일 이내 날짜만 조회 가능합니다.

- +

+ 오늘 날짜 기준으로 3일 이내 날짜만 조회 가능합니다. +

+