mirror of
https://github.com/mue/mue.git
synced 2026-07-28 11:11:08 +02:00
refactor: update widgets and fix font change
This commit is contained in:
@@ -90,7 +90,8 @@ export default class Weather extends React.PureComponent {
|
||||
temp_text = '°F';
|
||||
break;
|
||||
// kelvin
|
||||
default: break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
this.setState({
|
||||
@@ -175,4 +176,4 @@ export default class Weather extends React.PureComponent {
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user