This commit is contained in:
parent
33d29f5253
commit
e852ac864d
@ -109,7 +109,7 @@ export default function PlayerScores({ initialScoreData, player, sort, page }: P
|
||||
}
|
||||
|
||||
return (
|
||||
<Card className="flex gap-4">
|
||||
<Card className="flex gap-1">
|
||||
<div className="flex items-center flex-row w-full gap-2 justify-center">
|
||||
{Object.values(scoreSort).map((sortOption, index) => (
|
||||
<Button
|
||||
|
Reference in New Issue
Block a user