We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22bca62 commit a850fd4Copy full SHA for a850fd4
1 file changed
components/top-list.tsx
@@ -70,7 +70,7 @@ export function TopList({ userResults }: Props) {
70
</div>
71
<div className="text-right">
72
<p className="text-sm font-semibold text-foreground">
73
- {(data.score ?? 0).toFixed(2)}
+ {data.score ?? 0}
74
</p>
75
<p className="text-[11px] text-muted-foreground">
76
{t("comparsion.score")}
0 commit comments