mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
Minor fixes
This commit is contained in:
@ -44,7 +44,7 @@ export const useChangeProfilePicture = () => {
|
||||
.update({ pfp: downloadURL });
|
||||
|
||||
} catch (e) {
|
||||
console.error("Error uploading profile picture:", e.message);
|
||||
console.error("Error uploading profile picture:", e);
|
||||
throw e;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user