mirror of
https://github.com/mue/mue.git
synced 2026-07-22 16:27:32 +02:00
style: make comments consistent by placing them on their own line
This commit is contained in:
@@ -28,7 +28,8 @@ export default class Clock extends React.PureComponent {
|
||||
|
||||
// Analog clock
|
||||
if (localStorage.getItem('analog') === 'true') {
|
||||
require('react-clock/dist/Clock.css'); // load analog clock css
|
||||
// load analog clock css
|
||||
require('react-clock/dist/Clock.css');
|
||||
|
||||
this.setState({
|
||||
time: now
|
||||
|
||||
Reference in New Issue
Block a user