|
|
|
|
@ -1,8 +1,11 @@ |
|
|
|
|
import { useHeaderFiltersStore } from 'features/HeaderFilters' |
|
|
|
|
import { T9n } from 'features/T9n' |
|
|
|
|
import React, { useState } from 'react' |
|
|
|
|
|
|
|
|
|
import isEmpty from 'lodash/isEmpty' |
|
|
|
|
import isNil from 'lodash/isNil' |
|
|
|
|
|
|
|
|
|
import { useHeaderFiltersStore } from 'features/HeaderFilters' |
|
|
|
|
import { T9n } from 'features/T9n' |
|
|
|
|
|
|
|
|
|
import { MatchesFilters } from '../MatchesFilters' |
|
|
|
|
import { |
|
|
|
|
ClearButton, |
|
|
|
|
@ -10,10 +13,10 @@ import { |
|
|
|
|
FilterContainer, |
|
|
|
|
Modal, |
|
|
|
|
} from './styled' |
|
|
|
|
import { DropDown } from '../Dropdown/Dropdown' |
|
|
|
|
import { DropDown } from '../Dropdown' |
|
|
|
|
import { ClearFiltersPopup } from '../ClearFiltersPopup' |
|
|
|
|
|
|
|
|
|
export const MobileMathesFilters = () => { |
|
|
|
|
export const MobileMatchesFilters = () => { |
|
|
|
|
const [isOpen, setOpen] = useState(false) |
|
|
|
|
const { |
|
|
|
|
activeFilters, |
|
|
|
|
|