From 4d1cacb4133ab7a6207da55f3eae5f3ae74e3299 Mon Sep 17 00:00:00 2001 From: Kristoffer Juelsen Date: Tue, 29 Mar 2022 15:24:36 +0200 Subject: [PATCH] removed return button --- src/client/src/TournamentTeams.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/client/src/TournamentTeams.js b/src/client/src/TournamentTeams.js index 8177ae2..b974cdb 100644 --- a/src/client/src/TournamentTeams.js +++ b/src/client/src/TournamentTeams.js @@ -12,19 +12,6 @@ function showError(error) { console.error(error); } -function ReturnButton() { - const { tournamentId } = useParams(); - return( - - - - ) -} - function TeamCreator(props) { function postCreate() { let teamName = document.getElementById("teamNameInput").value; @@ -206,7 +193,6 @@ export default function TournamentTeams(props) { <> -