Minor fixes

This commit is contained in:
Milan Paunovic
2024-10-31 23:41:54 +01:00
parent 641d65a736
commit 539cbd9f10
12 changed files with 283 additions and 54 deletions

View File

@ -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;
}
},