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) {
<>