Skip to content

Commit

Permalink
Merge pull request #626 from fmidev/feature/625-fix-info-button-crash
Browse files Browse the repository at this point in the history
issue-625: Added missing windSpeedMap values for knots unit
  • Loading branch information
AnttiRumpunen authored Oct 21, 2024
2 parents b5eedea + 81899a9 commit 1192a7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/weather/sheets/WeatherInfoBottomSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const WeatherInfoBottomSheet: React.FC<WeatherInfoBottomSheetProps> = ({
'km/h': ['1-11', '12-25', '26-47', '48-72', '73-115', '> 115'],
mph: ['1-7', '8-16', '17-29', '30-45', '46-72', '> 72'],
bft: ['1-4', '5-9', '10-17', '18-25', '26-41', '> 41'],
kn: ['1-6', '7-14', '15-26', '27-39', '40-62', '> 62'],
} as { [key: string]: string[] };

const temperatureUnit =
Expand Down

0 comments on commit 1192a7a

Please sign in to comment.