Skip to content

Commit

Permalink
Logs to analyze the values
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloGOP committed Apr 22, 2024
1 parent 0aea3dc commit 676e9ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/src/pages/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,9 @@ const Game = () => {
setButtonStates(newButtonStates);

setTimeout(async() => {
console.log(`Pass value before: ${passNewRound}`);
setPassNewRound(true);
console.log(`Pass value after: ${passNewRound}`);
setCurrentLanguage(i18n.language);
}, 4000);
};
Expand Down

0 comments on commit 676e9ef

Please sign in to comment.