fix time zones close #21
This commit is contained in:
parent
20ba3ddaac
commit
fc4cbc1415
6 changed files with 19 additions and 15 deletions
|
|
@ -43,7 +43,7 @@ const incrementInterval = () => {
|
|||
|
||||
const drawScreen = async () => {
|
||||
// get the conditions
|
||||
const data = await getCurrentWeather(() => this.stillWaiting());
|
||||
const data = await getCurrentWeather();
|
||||
|
||||
// nothing to do if there's no data yet
|
||||
if (!data) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue