Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Sep 29, 2024
1 parent 64687d1 commit c8623e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/nextjs/app/profile/[address]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ const ProfilePage: NextPage = () => {

const handleEditProfile = async () => {
try {
// Unset the current profile picture
setProfilePicture("");
// setPreviewImage(null);

await profileInfoWriteAsync({
functionName: "setProfile",
args: [username, bio, profilePicture, website],
Expand Down

0 comments on commit c8623e4

Please sign in to comment.