Skip to content

Commit

Permalink
Send isPaused
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipChalupa committed Sep 29, 2023
1 parent b92627b commit 8ff860a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Countdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,12 @@ export const Countdown: React.FunctionComponent<CountdownProps> = ({
formattedTime,
remainingTimeInSeconds: remainingSeconds,
isFlashing,
isPaused: paused !== null,
showHours,
},
'*',
)
}, [formattedTime, id, isFlashing, remainingSeconds, showHours])
}, [formattedTime, id, isFlashing, paused, remainingSeconds, showHours])

return (
<div
Expand Down

1 comment on commit 8ff860a

@vercel
Copy link

@vercel vercel bot commented on 8ff860a Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.