bug fixes
This commit is contained in:
@@ -25,7 +25,7 @@ const PlayerList = ({ players, loading = false }: PlayerListProps) => {
|
||||
))}
|
||||
</List>
|
||||
|
||||
return <List>
|
||||
return <List p="0">
|
||||
{players?.map((player) => (
|
||||
<ListItem key={player.id}
|
||||
py='xs'
|
||||
|
||||
Reference in New Issue
Block a user