mirror of
https://github.com/mue/mue.git
synced 2026-07-12 10:46:12 +02:00
fix: clock hot reload
This commit is contained in:
@@ -58,7 +58,8 @@ export default class Clock extends PureComponent {
|
||||
}
|
||||
|
||||
this.setState({
|
||||
time: time
|
||||
time: time,
|
||||
ampm: ''
|
||||
});
|
||||
} else {
|
||||
// 12 hour
|
||||
|
||||
Reference in New Issue
Block a user