FIX: Fix bug technique
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 49s

This commit is contained in:
2026-03-18 12:51:24 +07:00
parent 8b79c3bb12
commit ce0e2265ba
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ export default function ShowCaseInfo() {
link.href = canvas.toDataURL("image/png");
link.click();
})
.catch((e) => {
.catch(() => {
toast.error("Error generating showcase card!");
});
}, [avatarSelected, locale, transI18n]);