Add Smoke to Weather Condition List
This commit is contained in:
parent
763fe50093
commit
e9f6667cf0
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ export function getWeatherIcon(icon) {
|
|||
return `rain`;
|
||||
case "thunderstorm":
|
||||
return `tstorm`;
|
||||
case "smoke":
|
||||
return `smoke`;
|
||||
default:
|
||||
return `sunnyday`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue