Skip to content

Commit

Permalink
updation
Browse files Browse the repository at this point in the history
  • Loading branch information
thakiyudheen committed Jul 24, 2024
1 parent 1eca6c5 commit fd38485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/user/profile/UserDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const UserDetails: React.FC = () => {
if (response.payload.success) {
console.log()
setUser(response.payload);
setProfileImage(response.payload.profile?.avatar);
// setProfileImage(response.payload.profile?.avatar);
toast.success('Updated Successfully!');
}
setLoading(false);
Expand Down

0 comments on commit fd38485

Please sign in to comment.