Skip to content

Commit

Permalink
Merge pull request #269 from Arquisoft/develop
Browse files Browse the repository at this point in the history
fixed warning
  • Loading branch information
Toto-hitori authored Apr 21, 2024
2 parents 99367da + 6b8486d commit 272ab26
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 272ab26

Please sign in to comment.