Skip to content

Commit

Permalink
✨ Arreglo de puntuación con 2 decimales
Browse files Browse the repository at this point in the history
  • Loading branch information
coral2742 committed Apr 10, 2024
1 parent 0c76223 commit d0d3bb6
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 @@ -460,7 +460,7 @@ const getQuestions = () => {
</Typography>
<div>
<Button title='puntuacion' onMouseEnter={null} variant="contained" color="primary" disabled={true}>
Puntuación: {percentage} %
Puntuación: {percentage.toFixed(2)} %
</Button>
</div>

Expand Down

0 comments on commit d0d3bb6

Please sign in to comment.