Skip to content

Commit

Permalink
Merge pull request #309 from Arquisoft/develop-pablo-bug-pause
Browse files Browse the repository at this point in the history
Solved pause bug after first round of a game
  • Loading branch information
uo289689 authored Apr 23, 2024
2 parents 6181acf + 5a71a38 commit 06edcf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/pages/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ const Game = () => {
// gets a random question from the database and initializes button states to null
const startNewRound = async () => {
setAnswered(false);
setPassNewRound(false);

// Updates current language
setCurrentLanguage(i18n.language);
Expand Down

0 comments on commit 06edcf9

Please sign in to comment.