Skip to content

Commit

Permalink
arreglos historial de jugadas
Browse files Browse the repository at this point in the history
  • Loading branch information
uo285427 committed May 2, 2024
1 parent ac9174c commit 9948430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const Game = ({ username, totalQuestions, timeLimit, themes }) => {
}
};

if ((timer >= timeLimit || numberClics === totalQuestions - 1)&& !almacenado) {
if ((timer >= timeLimit || numberClics === totalQuestions)&& !almacenado) {
(async () => {
await addRecord();
await updateRanking();
Expand Down

0 comments on commit 9948430

Please sign in to comment.