Skip to content

Commit

Permalink
Merge pull request #452 from Arquisoft/ediciones
Browse files Browse the repository at this point in the history
arreglos historial de jugadas
  • Loading branch information
uo277310 authored May 2, 2024
2 parents ac9174c + 9948430 commit bd9f965
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 bd9f965

Please sign in to comment.