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 { useRecoilValue } from 'recoil'
import { isLffClient } from 'config/clients' import { isLffClient } from 'config/clients'
@ -46,7 +47,7 @@ export const HeaderFilters = () => {
return ( return (
<ScHeaderFilters> <ScHeaderFilters>
{(!isShowTournament && selectTournament) && ( {(!isShowTournament && selectTournament) && (
<> <Fragment>
<ScArrow <ScArrow
refIcon='Arrow' refIcon='Arrow'
color='#ffffff' color='#ffffff'
@ -64,7 +65,7 @@ export const HeaderFilters = () => {
withArrow={false} withArrow={false}
/> />
</ProfileLink> </ProfileLink>
</> </Fragment>
)} )}
{!isLffClient && isShowTournament && isSportFilterShown && <SportsFilter />} {!isLffClient && isShowTournament && isSportFilterShown && <SportsFilter />}

Loading…
Cancel
Save