From 97a7596ca56a46651b37222aa436b524fa43d430 Mon Sep 17 00:00:00 2001 From: Rita Date: Thu, 27 Oct 2022 20:40:48 +0400 Subject: [PATCH] feat(in-97): clickable tournament --- src/features/HomePage/components/HeaderFilters/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 && }