FIX: Fix bug technique
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 49s
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 49s
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user