chore: clean up
This commit is contained in:
@@ -23,7 +23,7 @@ export function AvatarUploadButton({
|
||||
}
|
||||
} catch (e) {
|
||||
setLoading(false);
|
||||
toast.error(e);
|
||||
toast.error(String(e));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user