showError minor fix
This commit is contained in:
parent
539f31ea96
commit
29502e4111
|
@ -166,10 +166,10 @@ function ManageTournament(props) {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// function showError(error) {
|
function showError(error) {
|
||||||
// alert("Something went wrong. \n" + error);
|
alert("Something went wrong. \n" + error);
|
||||||
// console.error(error);
|
console.error(error);
|
||||||
// }
|
}
|
||||||
|
|
||||||
function ConfirmationDialogRaw(props) {
|
function ConfirmationDialogRaw(props) {
|
||||||
const { tournamentId } = useParams();
|
const { tournamentId } = useParams();
|
||||||
|
|
Loading…
Reference in New Issue