mirror of
https://github.com/mue/mue.git
synced 2026-07-22 00:07:23 +02:00
refactor: codacy and some style changes etc
This commit is contained in:
@@ -93,7 +93,7 @@ export default class Weather extends PureComponent {
|
||||
|
||||
this.setState({
|
||||
icon: data.weather[0].icon,
|
||||
temp_text: temp_text,
|
||||
temp_text,
|
||||
weather: {
|
||||
temp: Math.round(temp),
|
||||
description: data.weather[0].description,
|
||||
|
||||
Reference in New Issue
Block a user