From 0025a312cc2d76607ab0c863582377a6f0fdeb38 Mon Sep 17 00:00:00 2001 From: uo283055 Date: Thu, 2 May 2024 14:01:05 +0200 Subject: [PATCH] =?UTF-8?q?a=C3=B1adida=20dependencia?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/src/components/Game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/components/Game.js b/webapp/src/components/Game.js index 780c8511..104924d0 100644 --- a/webapp/src/components/Game.js +++ b/webapp/src/components/Game.js @@ -184,7 +184,7 @@ const Game = ({ username, totalQuestions, timeLimit, themes }) => { })(); setAlmacenado(true); } - }, [timer, numberClics, totalQuestions, timeLimit, almacenado, apiEndpoint, correctQuestions, username, setError, themes, setThemesSelected, numberClics]); + }, [timer, finished, totalQuestions, timeLimit, almacenado, apiEndpoint, correctQuestions, username, setError, themes, setThemesSelected ]); if(isNaN(totalQuestions)){ totalQuestions=10;