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"