From eb5a4ca665526210b7d563acdb32299635d23694 Mon Sep 17 00:00:00 2001 From: Kristoffer Juelsen Date: Wed, 6 Apr 2022 09:22:17 +0200 Subject: [PATCH] Changed lower team limit --- src/client/src/TournamentCreator.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/client/src/TournamentCreator.js b/src/client/src/TournamentCreator.js index 17e0212..62ee5a2 100644 --- a/src/client/src/TournamentCreator.js +++ b/src/client/src/TournamentCreator.js @@ -90,7 +90,6 @@ function TournamentForm(props) { } const marks = [ - { value: 1, label: "2",}, { value: 2, label: "4",}, { value: 3, label: "8",}, { value: 4, label: "16",}, @@ -134,7 +133,7 @@ function TournamentForm(props) { - +