mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-23 11:57:50 -05:00
Add 3rd place match toggle for underground bracket Closes #1690
This commit is contained in:
parent
8c3e78c2ba
commit
e4a5777418
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user