Skip to content

Commit

Permalink
fix: dialog countdown start not showing when started
Browse files Browse the repository at this point in the history
Fixes #53
  • Loading branch information
CostasAK committed Jul 26, 2024
1 parent eb844f6 commit 6195dee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/timer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ export function Timer({
<TimerCountdown
timestamp={nextStart}
now={now}
conditions="future"
prefix={end ? (isOngoing ? "Started" : "Starts") : ""}
/>
<br />
Expand Down

0 comments on commit 6195dee

Please sign in to comment.