Skip to content

Commit

Permalink
Otro fix en los test
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanfdezz committed Apr 27, 2024
1 parent bfdd47f commit 3a2b154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/pages/Calculadora/Calculadora.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const CalculadoraHumana = () => {
{endgame ? (
<Box textAlign="center">
<Heading as="h2">{t('pages.humancalculator.finished')}</Heading>
<p p={2}>{t("pages.humancalculator.score")} {puntuacion}</p>
<p p={2}>{t("pages.humancalculator.score")} {points}</p>
<Flex flexDirection={"column"}>
<Button onClick={handleRepeatGame} colorScheme="teal" m={2} data-testid="play-again-button">
{t('pages.humancalculator.playAgain')}
Expand Down

0 comments on commit 3a2b154

Please sign in to comment.