Skip to content

Commit

Permalink
Merge pull request #56 from CostasAK/CostasAK/issue53
Browse files Browse the repository at this point in the history
fix: dialog countdown start not showing when started
  • Loading branch information
CostasAK authored Jul 26, 2024
2 parents eb844f6 + 6195dee commit fff689a
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 fff689a

Please sign in to comment.