mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-27 05:36:28 -05:00
Fix both LIVE and CAST badges showing at the same time
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user