Skip to content

Commit

Permalink
Merge pull request #134 from Arquisoft/pablo
Browse files Browse the repository at this point in the history
Pablo
  • Loading branch information
uo264915 authored Apr 15, 2024
2 parents 648bca9 + d78d3f2 commit 30881cf
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 @@ -469,7 +469,7 @@ const getQuestions = () => {
</Typography>
<div>
<Button title='puntuacion' onMouseEnter={null} variant="contained" color="primary" disabled={true}>
Puntuación: {percentage.toFixed(2)} %
Puntuación: {percentage} %
</Button>
</div>

Expand Down

0 comments on commit 30881cf

Please sign in to comment.