Add 3rd place match toggle for underground bracket Closes #1690

This commit is contained in:
Kalle 2024-03-16 14:32:34 +02:00
parent 8c3e78c2ba
commit e4a5777418

View File

@ -975,7 +975,7 @@ function TournamentFormatSelector() {
</div>
) : null}
{format === "RR_TO_SE" ? (
{format === "RR_TO_SE" || (format === "DE" && withUndergroundBracket) ? (
<div>
<Label htmlFor="thirdPlaceMatch">Third place match</Label>
<Toggle