### Description To improve readability, we want to display whole numbers instead of decimals in the score cards. ### Tasks - [ ] Open components/score-card.tsx. - [ ] Locate line 21. - [ ] Change {value.toFixed(2)} to {value}.
Description
To improve readability, we want to display whole numbers instead of decimals in the score cards.
Tasks