mirror of
https://github.com/mue/mue.git
synced 2026-07-17 14:04:09 +02:00
the strings are the same
This commit is contained in:
@@ -23,8 +23,7 @@ export default class Clock extends React.Component {
|
||||
|
||||
if (h > 12) h = h - 12;
|
||||
|
||||
if (h < 12) this.setState({ date: h + ':' + m, ampm: ampm });
|
||||
else this.setState({ date: h + ':' + m, ampm: ampm });
|
||||
this.setState({ date: h + ':' + m, ampm: ampm });
|
||||
|
||||
this.timeout = setTimeout(() => this.startTime(), 500);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user