showError minor fix

This commit is contained in:
Jonas Haugland 2022-04-22 16:10:17 +02:00
parent 539f31ea96
commit 29502e4111
1 changed files with 4 additions and 4 deletions

View File

@ -166,10 +166,10 @@ function ManageTournament(props) {
);
}
// function showError(error) {
// alert("Something went wrong. \n" + error);
// console.error(error);
// }
function showError(error) {
alert("Something went wrong. \n" + error);
console.error(error);
}
function ConfirmationDialogRaw(props) {
const { tournamentId } = useParams();