mirror of
https://github.com/mue/mue.git
synced 2026-07-21 16:04:22 +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
|
||||
|
||||
@@ -32,8 +32,9 @@ export default class DateWidget extends React.PureComponent {
|
||||
day = dateYear;
|
||||
year = dateDay;
|
||||
break;
|
||||
// DMY
|
||||
default:
|
||||
break; // DMY
|
||||
break;
|
||||
}
|
||||
|
||||
let format;
|
||||
|
||||
Reference in New Issue
Block a user