From a9756fc05120dd946a87f045c10270c4aa0b1ba6 Mon Sep 17 00:00:00 2001 From: Kristoffer Longva Eriksen Date: Wed, 23 Mar 2022 09:25:25 +0100 Subject: [PATCH] Removed Tournament organizer and format selector from create form --- src/client/src/createtournament.js | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/client/src/createtournament.js b/src/client/src/createtournament.js index 6a98136..8d240ef 100644 --- a/src/client/src/createtournament.js +++ b/src/client/src/createtournament.js @@ -10,18 +10,6 @@ function CreateButton(props) { ); } -function FormatSelector(props) { - return ( -
- Tournament Format: - -
- ); -} - function ParticipantLimit(props) { return (
@@ -43,9 +31,6 @@ function CreateForm(props) { return (
- - -

@@ -73,7 +58,6 @@ export default function CreateTournament(props) { -