mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-26 13:17:15 -05:00
Add 3rd place match toggle for underground bracket Closes #1690
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user