style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-20 11:52:23 +00:00
parent 1c118a42f3
commit 74099fedc7
2 changed files with 2 additions and 3 deletions

View file

@ -149,7 +149,7 @@
const message = err.response?.data?.error || err.message || t("unknownError");
showSnackbar(t("failed") + ": " + message, "error");
},
}
},
);
}