Skip to content

Commit

Permalink
Merge pull request #128 from BuidlerDAO/NIG-726
Browse files Browse the repository at this point in the history
fix: profile click avatar info error
  • Loading branch information
huangbinjie authored Apr 19, 2024
2 parents b0bd2c1 + d6ea511 commit 83becba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/welcome/Wallet/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const ProfileModal = () => {
holder: (
<div className="flex items-center space-x-1">
<img
onClick={() => openProfile(item)}
onClick={() => openProfile(item.holderUser)}
src={item.subjectUser?.avatar}
alt=""
className="w-5 cursor-pointer rounded-full"
Expand Down

0 comments on commit 83becba

Please sign in to comment.