diff --git a/app/features/tournament-bracket/components/Bracket/Elimination.tsx b/app/features/tournament-bracket/components/Bracket/Elimination.tsx index 369e93b27..627f5ad4d 100644 --- a/app/features/tournament-bracket/components/Bracket/Elimination.tsx +++ b/app/features/tournament-bracket/components/Bracket/Elimination.tsx @@ -103,7 +103,7 @@ export function EliminationBracketSide(props: EliminationBracketSideProps) { className={clsx(styles.elimRoundMatchesContainer, { [styles.elimRoundMatchesContainerTopBye]: !atLeastOneColumnHidden && - props.type === "winners" && + (props.type === "winners" || props.type === "single") && (!props.bracket.data.match[0].opponent1 || !props.bracket.data.match[0].opponent2), })}