Fix closure warning
This commit is contained in:
parent
d93640c9ba
commit
204f2d89d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue