diff --git a/webapp/src/pages/History/History.js b/webapp/src/pages/History/History.js index dad62038..01c0fe83 100644 --- a/webapp/src/pages/History/History.js +++ b/webapp/src/pages/History/History.js @@ -82,7 +82,6 @@ const History = () => { {userData.games && userData.games.map((game, index) => ( { {game.questions.map((question, index) => ( - + {t("pages.wisebattery.question")} {index + 1} @@ -103,7 +102,6 @@ const History = () => { {question.respuestas.map((respuesta, index) => (