diff --git a/src/features/MatchSidePlaylists/components/FiltersPopup/index.tsx b/src/features/MatchSidePlaylists/components/FiltersPopup/index.tsx index 2e92ec24..e5106500 100644 --- a/src/features/MatchSidePlaylists/components/FiltersPopup/index.tsx +++ b/src/features/MatchSidePlaylists/components/FiltersPopup/index.tsx @@ -20,6 +20,7 @@ import { ItemText, MainCheckboxContainer, PopupContainer, + PopupInner, PopupHeader, Button, ButtonConatiner, @@ -67,74 +68,76 @@ export const FiltersPopup = () => { return ( - - - - - - - - - - - - - - {map(uniqEvents, ((event) => ( - - - - )))} - - - - - - - - {map(matchPlaylists.players.team1, ((player) => ( - - )} - /> - - )))} - - - - - - - - {map(matchPlaylists.players.team2, ((player) => ( - - )} - /> - - )))} - - + + + + + + + + + + + + + + + {map(uniqEvents, ((event) => ( + + + + )))} + + + + + + + + {map(matchPlaylists.players.team1, ((player) => ( + + )} + /> + + )))} + + + + + + + + {map(matchPlaylists.players.team2, ((player) => ( + + )} + /> + + )))} + + +