From 07311fe0861f075cf4a31b36c3afe11865eef1ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sanguu=28=EB=B0=95=EC=83=81=ED=98=84=29?= Date: Wed, 16 Nov 2022 15:52:47 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=96=89=EA=B3=84=ED=9A=8D=EC=84=9C?= =?UTF-8?q?=20=EB=82=A0=EC=94=A8=20-=20=ED=85=8C=EC=9D=B4=EB=B8=94=20m/s?= =?UTF-8?q?=EB=AC=B8=EA=B5=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basis/flight/plan/TodayWeather.js | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/basis/flight/plan/TodayWeather.js b/src/components/basis/flight/plan/TodayWeather.js index beb2aad..23259ba 100644 --- a/src/components/basis/flight/plan/TodayWeather.js +++ b/src/components/basis/flight/plan/TodayWeather.js @@ -72,7 +72,7 @@ export function TodayWeather({ todayData }) { - {i.category[2].fcstValue} + {i.category[2].fcstValue}m/s ) })} @@ -127,7 +127,7 @@ export function TomorrowWeahter({ tomorrowData }) { - {dayres[2].fcstValue} + {dayres[2].fcstValue}m/s {dayres[5].fcstTime.substring(0, 2)}시 @@ -143,7 +143,7 @@ export function TomorrowWeahter({ tomorrowData }) { - {dayres[7].fcstValue} + {dayres[7].fcstValue}m/s {dayres[10].fcstTime.substring(0, 2)}시 @@ -159,7 +159,7 @@ export function TomorrowWeahter({ tomorrowData }) { - {dayres[12].fcstValue} + {dayres[12].fcstValue}m/s {dayres[15].fcstTime.substring(0, 2)}시 @@ -175,7 +175,7 @@ export function TomorrowWeahter({ tomorrowData }) { - {dayres[17].fcstValue} + {dayres[17].fcstValue}m/s {dayres[20].fcstTime.substring(0, 2)}시 @@ -191,7 +191,7 @@ export function TomorrowWeahter({ tomorrowData }) { - {dayres[22].fcstValue} + {dayres[22].fcstValue}m/s {dayres[25].fcstTime.substring(0, 2)}시 @@ -207,7 +207,7 @@ export function TomorrowWeahter({ tomorrowData }) { - {dayres[27].fcstValue} + {dayres[27].fcstValue}m/s {dayres[30].fcstTime.substring(0, 2)}시 @@ -223,7 +223,7 @@ export function TomorrowWeahter({ tomorrowData }) { - {dayres[32].fcstValue} + {dayres[32].fcstValue}m/s {dayres[35].fcstTime.substring(0, 2)}시 @@ -239,7 +239,7 @@ export function TomorrowWeahter({ tomorrowData }) { - {dayres[37].fcstValue} + {dayres[37].fcstValue}m/s @@ -288,7 +288,7 @@ export function AfterTomorrowWeahter({ afterData }) { - {dayres[2].fcstValue} + {dayres[2].fcstValue}m/s {dayres[5].fcstTime.substring(0, 2)}시 @@ -304,7 +304,7 @@ export function AfterTomorrowWeahter({ afterData }) { - {dayres[7].fcstValue} + {dayres[7].fcstValue}m/s {dayres[10].fcstTime.substring(0, 2)}시 @@ -320,7 +320,7 @@ export function AfterTomorrowWeahter({ afterData }) { - {dayres[12].fcstValue} + {dayres[12].fcstValue}m/s {dayres[15].fcstTime.substring(0, 2)}시 @@ -336,7 +336,7 @@ export function AfterTomorrowWeahter({ afterData }) { - {dayres[17].fcstValue} + {dayres[17].fcstValue}m/s {dayres[20].fcstTime.substring(0, 2)}시 @@ -352,7 +352,7 @@ export function AfterTomorrowWeahter({ afterData }) { - {dayres[22].fcstValue} + {dayres[22].fcstValue}m/s {dayres[25].fcstTime.substring(0, 2)}시 @@ -368,7 +368,7 @@ export function AfterTomorrowWeahter({ afterData }) { - {dayres[27].fcstValue} + {dayres[27].fcstValue}m/s {dayres[30].fcstTime.substring(0, 2)}시 @@ -384,7 +384,7 @@ export function AfterTomorrowWeahter({ afterData }) { - {dayres[32].fcstValue} + {dayres[32].fcstValue}m/s {dayres[35].fcstTime.substring(0, 2)}시 @@ -400,7 +400,7 @@ export function AfterTomorrowWeahter({ afterData }) { - {dayres[37].fcstValue} + {dayres[37].fcstValue}m/s