Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
trippjoe authored Oct 4, 2024
1 parent 7f1692f commit 5209dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/games/setup/GameSetup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
}
$: if ($progressTracker.overallStatus === "success") {
dispatch("change")
dispatch("change");
}
</script>

Expand Down

0 comments on commit 5209dad

Please sign in to comment.