mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-23 03:26:16 -05:00
Fix round title in DE when only one round Closes #1663
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user