Skip to content

Commit

Permalink
Fix start replay - should render current board
Browse files Browse the repository at this point in the history
  • Loading branch information
BakerNet committed Oct 6, 2024
1 parent 52e91fe commit f74bdbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/app/minesweeper/replay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ pub fn ReplayControls(
})
};

render_current();

view! {
<div class="flex flex-col items-center space-y-2 mb-8">
<div class="table border-separate border-spacing-2">
Expand Down

0 comments on commit f74bdbf

Please sign in to comment.