From 9dd9227a5b415684a16e5f58cb0fd93b14ffdc32 Mon Sep 17 00:00:00 2001 From: Rita Date: Wed, 7 Sep 2022 16:10:45 +0300 Subject: [PATCH] feat(ott-2771): broadcast fix --- .../components/CollapseTournament/index.tsx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/features/TournamentList/components/CollapseTournament/index.tsx b/src/features/TournamentList/components/CollapseTournament/index.tsx index 18c7957b..13edcfb2 100644 --- a/src/features/TournamentList/components/CollapseTournament/index.tsx +++ b/src/features/TournamentList/components/CollapseTournament/index.tsx @@ -1,5 +1,3 @@ -import { Fragment } from 'react' - import { ProfileTypes } from 'config' import { T9n } from 'features/T9n' @@ -86,14 +84,13 @@ export const CollapseTournament = ({ )} - {tournamentMatches.length > 1 ? ( - - {tournamentMatches.length} -   - - - ) - : } + {tournamentMatches.length} +   + { + tournamentMatches.length > 1 + ? + : + }