Skip to content

Commit

Permalink
fix: remove unnecesary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgancfer committed Apr 21, 2024
1 parent e611792 commit 36325e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/pages/Game.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function Game() {
setNextDisabled(true);
await startNewRound(gameId);
}
}, [navigate, setAnswer, setNextDisabled, startNewRound, correctAnswers,
}, [navigate, setAnswer, setNextDisabled, startNewRound,
gameId, maxRoundNumber, roundNumber]);

const nextButtonClick = async () => {
Expand Down

0 comments on commit 36325e1

Please sign in to comment.