feat(in-97): clickable tournament

IN-146-filter-matches
Rita 3 years ago
parent 2705e0dc72
commit 97a7596ca5
  1. 5
      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 (
<ScHeaderFilters>
{(!isShowTournament && selectTournament) && (
<>
<Fragment>
<ScArrow
refIcon='Arrow'
color='#ffffff'
@ -64,7 +65,7 @@ export const HeaderFilters = () => {
withArrow={false}
/>
</ProfileLink>
</>
</Fragment>
)}
{!isLffClient && isShowTournament && isSportFilterShown && <SportsFilter />}

Loading…
Cancel
Save