diff --git a/src/components/player/player-scores.tsx b/src/components/player/player-scores.tsx index d2f4d59..5b33aa1 100644 --- a/src/components/player/player-scores.tsx +++ b/src/components/player/player-scores.tsx @@ -89,7 +89,7 @@ export default function PlayerScores({ initialScoreData, player, sort, page }: P } return ( - +
{Object.values(scoreSort).map((sortOption, index) => (