style: codacy

This commit is contained in:
David Ralph
2021-04-16 12:26:56 +01:00
parent fe4d17eff3
commit 1ac6f418bf
11 changed files with 16 additions and 16 deletions

View File

@@ -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');