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