diff --git a/src/components/player/Scores.tsx b/src/components/player/Scores.tsx index 5b0096b..b430057 100644 --- a/src/components/player/Scores.tsx +++ b/src/components/player/Scores.tsx @@ -57,9 +57,9 @@ export default function Scores({ } return ( - + {/* Sort */} -
+
{Object.values(SortTypes).map((sortTypee) => { return ( @@ -82,21 +82,19 @@ export default function Scores({
-
-
- {scores.map((scoreData, id) => { - const { score, leaderboard } = scoreData; +
+ {scores.map((scoreData, id) => { + const { score, leaderboard } = scoreData; - return ( - - ); - })} -
+ return ( + + ); + })}
{/* Pagination */}