chore: clean up

This commit is contained in:
reya
2024-01-19 07:45:28 +07:00
parent ed6423e4aa
commit 16efd495a0
23 changed files with 137 additions and 929 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export function AvatarUploadButton({
}
} catch (e) {
setLoading(false);
toast.error(e);
toast.error(String(e));
}
};