Skip to content

Commit

Permalink
Fixing deployment bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288347 committed Apr 2, 2024
1 parent ced2a0a commit 7d24f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/pages/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Game = () => {
setQuestionCountdownRunning(false);
updateStatistics();
}
}, [round, updateStatistics]);
}, [round]);

// stablish if the confetti must show or not
React.useEffect(() => {
Expand Down

0 comments on commit 7d24f8d

Please sign in to comment.