diff --git a/frontend/src/components/brackets/round.tsx b/frontend/src/components/brackets/round.tsx index 46f1d23d2..0274915f8 100644 --- a/frontend/src/components/brackets/round.tsx +++ b/frontend/src/components/brackets/round.tsx @@ -70,6 +70,10 @@ export default function Round({ /> ); + if (matches.length === 0 && displaySettings.matchVisibility !== 'all') { + return null; + } + const item = (