Fix both LIVE and CAST badges showing at the same time

This commit is contained in:
Kalle
2024-02-15 00:08:25 +02:00
parent 1b4d0df7a7
commit ac8aefc670

View File

@@ -93,8 +93,7 @@ function MatchHeader({ match, type, roundNumber, group }: MatchProps) {
>
<MatchStreams match={match} />
</Popover>
) : null}
{toBeCasted ? (
) : toBeCasted ? (
<Popover
buttonChildren={<> CAST</>}
triggerClassName="bracket__match__header__box bracket__match__header__box__button"