Skip to content

Commit

Permalink
date change
Browse files Browse the repository at this point in the history
  • Loading branch information
Bl20052005 committed Nov 2, 2024
1 parent 92f8499 commit 581f0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/src/app/schedule/ScheduleTimer/ScheduleTimer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface ScheduleProps {
}

const ScheduleTimer: React.FC<ScheduleProps> = ({ schedule }) => {
const [time, setTime] = useState(Date.now());
const [time, setTime] = useState(0);

useEffect(() => {
function updatePerSecond() {
Expand Down

0 comments on commit 581f0ff

Please sign in to comment.