mirror of
https://github.com/mue/mue.git
synced 2026-07-23 16:57:25 +02:00
style: more codacy fixes
This commit is contained in:
@@ -42,7 +42,7 @@ export default class Weather extends React.PureComponent {
|
||||
humidity: this.state.weather.humidity,
|
||||
pressure: this.state.weather.pressure
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
if (!this.state.weather.temp) {
|
||||
data = await (await fetch (window.constants.WEATHER_URL + `?city=${this.state.location}`)).json();
|
||||
|
||||
Reference in New Issue
Block a user