removed duplicate showError
This commit is contained in:
parent
ffe708ae47
commit
34d93095af
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue