Fix round title in DE when only one round Closes #1663

This commit is contained in:
Kalle
2024-02-25 11:19:01 +02:00
parent 1eaf31129c
commit 1ffbc2bf56

View File

@@ -104,7 +104,7 @@ function getRounds(props: EliminationBracketSideProps) {
return group.id;
});
let showingBracketReset = true;
let showingBracketReset = props.bracket.data.round.length > 1;
const rounds = props.bracket.data.round
.flatMap((round) => {
if (