The top list scores are currently showing decimals, which adds unnecessary visual noise. ### Tasks - [ ] Open components/top-list.tsx. - [ ] Locate line 72. - [ ] Replace {(data.score ?? 0).toFixed(2)} with {(data.score ?? 0)}.
The top list scores are currently showing decimals, which adds unnecessary visual noise.
Tasks