Skip to content

Commit

Permalink
Fix the profile picture upload
Browse files Browse the repository at this point in the history
  • Loading branch information
R V authored and R V committed May 11, 2024
1 parent 6542df2 commit 9109f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LoginDropDownComponent/ProfilePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function ProfilePage() {
name: username,
about: bio,
lightningAddress: lightningAddress,
link: profileImage,
picture: profileImage,
banner: bannerImage,
};
const userRegisterEvent = {
Expand Down

0 comments on commit 9109f2e

Please sign in to comment.