mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-23 13:29:35 +02:00
Weather settings view. API: select which keys to get from Config
This commit is contained in:
parent
216c12a33c
commit
316bc49f5c
8 changed files with 180 additions and 15 deletions
|
@ -25,7 +25,7 @@ const WeatherIcon = (props: ComponentProps): JSX.Element => {
|
|||
return () => {
|
||||
clearTimeout(delay);
|
||||
}
|
||||
}, []);
|
||||
}, [props.weatherStatusCode]);
|
||||
|
||||
return <canvas id={`weather-icon`} width='50' height='50'></canvas>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue