Skip to content

Commit

Permalink
Fixes frontend timer starting too soon on rematch
Browse files Browse the repository at this point in the history
  • Loading branch information
IongIer committed Jul 25, 2024
1 parent f887010 commit 1ada35b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/src/components/molecules/live_timer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ pub fn LiveTimer(side: Signal<Color>) -> impl IntoView {
} else {
pause();
}
} else {
pause();
}
});

Expand Down

0 comments on commit 1ada35b

Please sign in to comment.