mirror of
https://github.com/mue/mue.git
synced 2026-07-21 07:54:13 +02:00
style: codacy
This commit is contained in:
@@ -115,7 +115,7 @@ export default class Weather extends React.PureComponent {
|
||||
return (<div className='weather'>
|
||||
<span className='loc'>{this.state.location}</span>
|
||||
</div>);
|
||||
};
|
||||
}
|
||||
|
||||
const minmax = () => {
|
||||
const mintemp = (localStorage.getItem('mintemp') === 'true');
|
||||
|
||||
Reference in New Issue
Block a user