diff --git a/src/routes/timer/+page.svelte b/src/routes/timer/+page.svelte index 461d0e8..965aec5 100644 --- a/src/routes/timer/+page.svelte +++ b/src/routes/timer/+page.svelte @@ -28,7 +28,7 @@ let timerState = $state("Ready") let timeLeftDisplay = $state("") - let timeLeft = $state(BREAK_INTERVAL_STORE) + let timeLeft = $state(0) $effect(() => { BREAK_INTERVAL = BREAK_INTERVAL_STORE * 60 * 1000