diff --git a/src/features/MatchSidePlaylists/index.tsx b/src/features/MatchSidePlaylists/index.tsx index 172160f0..e7b79667 100644 --- a/src/features/MatchSidePlaylists/index.tsx +++ b/src/features/MatchSidePlaylists/index.tsx @@ -37,7 +37,7 @@ export const MatchSidePlaylists = ({ profile, selectedPlaylist, }: Props) => { - const playersCount = size(playlists.players.team1) + size(playlists.players.team2) + const playersCount = size(playlists.players.team1.list) + size(playlists.players.team2.list) return (