diff --git a/src/features/HomePage/components/HeaderFilters/index.tsx b/src/features/HomePage/components/HeaderFilters/index.tsx index aa47a588..c219c5a0 100644 --- a/src/features/HomePage/components/HeaderFilters/index.tsx +++ b/src/features/HomePage/components/HeaderFilters/index.tsx @@ -1,3 +1,4 @@ +import { Fragment } from 'react' import { useRecoilValue } from 'recoil' import { isLffClient } from 'config/clients' @@ -46,7 +47,7 @@ export const HeaderFilters = () => { return ( {(!isShowTournament && selectTournament) && ( - <> + { withArrow={false} /> - + )} {!isLffClient && isShowTournament && isSportFilterShown && }