From ac8aefc670854f3bfded022104285cca8df835f6 Mon Sep 17 00:00:00 2001
From: Kalle <38327916+Sendouc@users.noreply.github.com>
Date: Thu, 15 Feb 2024 00:08:25 +0200
Subject: [PATCH] Fix both LIVE and CAST badges showing at the same time
---
app/features/tournament-bracket/components/Bracket/Match.tsx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app/features/tournament-bracket/components/Bracket/Match.tsx b/app/features/tournament-bracket/components/Bracket/Match.tsx
index 7bc71e08c..b02e3572c 100644
--- a/app/features/tournament-bracket/components/Bracket/Match.tsx
+++ b/app/features/tournament-bracket/components/Bracket/Match.tsx
@@ -93,8 +93,7 @@ function MatchHeader({ match, type, roundNumber, group }: MatchProps) {
>
- ) : null}
- {toBeCasted ? (
+ ) : toBeCasted ? (
⚪ CAST>}
triggerClassName="bracket__match__header__box bracket__match__header__box__button"