Browse Source

비행계획 신청서 - 좌표값 문구 수정

pull/2/head
sanguu(박상현) 2 years ago
parent
commit
61350bec65
  1. 3
      src/components/basis/flight/plan/FlightPlanAreaDetailForm.js

3
src/components/basis/flight/plan/FlightPlanAreaDetailForm.js

@ -406,7 +406,8 @@ const FlightPlanAreaDetailForm = ({
<div className='layer-weather-address'>
검색하신 지역의 날씨 정보입니다.
<span>
<Compass size={20} /> {`${weather.area1} ${weather.area2} ${weather.area3} ${weather.landNum}`}
<Compass size={20} /> {weather.area1 != undefined ?
`${weather.area1} ${weather.area2} ${weather.area3} ${weather.landNum}` : `선택하신 좌표는 없는 주소입니다.`}
</span>
</div>
<div className='tab-menu'>

Loading…
Cancel
Save