style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-19 14:38:09 +00:00
parent 13e29d7d5f
commit 0862cb5c6b
4 changed files with 10 additions and 11 deletions

View file

@ -109,7 +109,7 @@
},
onError: (e) => {
showSnackbar(t("failed") + ": " + e.response.data.error || e.message, "error");
}
},
},
);
}