mirror of
https://github.com/mue/mue.git
synced 2026-06-12 11:38:53 +02:00
oops
This commit is contained in:
@@ -12,7 +12,7 @@ export default class Clock extends React.Component {
|
||||
|
||||
startTime() {
|
||||
const t = new Date(); // Get the current date
|
||||
let h = today.getHours(); // Get hours
|
||||
let h = t.getHours(); // Get hours
|
||||
// const s = today.getSeconds();
|
||||
|
||||
if (h > 12) h = h - 12; // Forgot what this does, might remove later if it doesn't do anything
|
||||
|
||||
Reference in New Issue
Block a user