don't re-parse current conditions

This commit is contained in:
Matt Walsh
2023-01-17 11:26:57 -06:00
parent 87d4155d71
commit 2a9e5b370e
2 changed files with 75 additions and 77 deletions

View File

@@ -127,6 +127,9 @@ const getWeatherRegionalIconFromIconLink = (link, _isNightTime) => {
case 'wind_sct':
case 'wind_bkn':
case 'wind_ovc':
case 'wind_few-n':
case 'wind_bkn-n':
case 'wind_ovc-n':
return addPath('Wind.gif');
case 'wind_skc':