diff --git a/components/top-list.tsx b/components/top-list.tsx index 515d2f3..9211dc1 100644 --- a/components/top-list.tsx +++ b/components/top-list.tsx @@ -39,6 +39,7 @@ export function TopList({ userResults }: Props) { {data.titleUrl ? (

- {(data.score ?? 0).toFixed(2)} + {data.score ?? 0}

{t("comparsion.score")}