filter current conditions for missing icon or current conditions

This commit is contained in:
Matt Walsh
2023-01-05 14:19:33 -06:00
parent 784c074e32
commit 0743b9e2bb
2 changed files with 4 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ const getWeatherRegionalIconFromIconLink = (link, _isNightTime) => {
return addPath('Light-Snow.gif');
case 'rain_snow':
case 'rain_snow-n':
return addPath('Rain-Snow-1992.gif');
case 'snow_fzra':