Fix wind info for lvgmc forecast

This commit is contained in:
Guntis Smaukstelis
2025-03-24 19:14:42 +02:00
parent 1742931a20
commit 2fa2fe2415
2 changed files with 4 additions and 3 deletions
@@ -76,7 +76,7 @@ export const LvgmcForecast: Component<{}> = () => {
<div style={{ display: getActiveSection() === 'morning' ? 'block' : 'none' }}>
<CsvMapData
getCityLines={() => getMorningLines().slice(4, 22)}
getWindLine={() => getMorningLines()[23]}
getWindLine={() => getMorningLines()[30]}
bgImgUrl={dayBgMap}
/>
<TableFour getCsvLines={() => getMorningLines()} />