Skip to content

Commit

Permalink
fix: removed unused callback
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Apr 8, 2024
1 parent 12348ef commit a0143af
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 @@ -145,7 +145,7 @@ export default function Game() {
await assignQuestion(gameId);
}

}, [gameId, answer.id, maxRoundNumber, roundNumber, startNewRound,
}, [gameId, maxRoundNumber, roundNumber, startNewRound,
correctAnswers, assignQuestion, navigate]);

const nextButtonClick = useCallback(async () => {
Expand Down

0 comments on commit a0143af

Please sign in to comment.