don't re-parse current conditions
This commit is contained in:
parent
87d4155d71
commit
2a9e5b370e
2 changed files with 75 additions and 77 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue