removed duplicate showError

This commit is contained in:
Kristoffer Juelsenn 2022-04-21 14:54:32 +02:00
parent ffe708ae47
commit 34d93095af
1 changed files with 0 additions and 4 deletions

View File

@ -208,10 +208,6 @@ function RemovableBar(props) {
} }
} }
function showError(error) {
alert("Something went wrong. \n" + error);
console.error(error);
}
export default function TournamentOverview(props) { export default function TournamentOverview(props) {
const { tournamentId } = useParams(); const { tournamentId } = useParams();