From e4a5777418bcd1780a7f822e981ddb0e950edfa8 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 16 Mar 2024 14:32:34 +0200 Subject: [PATCH] Add 3rd place match toggle for underground bracket Closes #1690 --- app/features/calendar/routes/calendar.new.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/features/calendar/routes/calendar.new.tsx b/app/features/calendar/routes/calendar.new.tsx index 8a4ea9071..28d8a9d05 100644 --- a/app/features/calendar/routes/calendar.new.tsx +++ b/app/features/calendar/routes/calendar.new.tsx @@ -975,7 +975,7 @@ function TournamentFormatSelector() { ) : null} - {format === "RR_TO_SE" ? ( + {format === "RR_TO_SE" || (format === "DE" && withUndergroundBracket) ? (