Skip to content

Commit

Permalink
Merge pull request #1057 from Shelf-nu/rockingrohit9639-fix/asset-cus…
Browse files Browse the repository at this point in the history
…todian-image

adding change lost by wrong order of merge
  • Loading branch information
DonKoko authored Jun 13, 2024
2 parents f82e32b + c2cb789 commit ad725b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/components/assets/asset-custody-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ export function AssetCustodyCard({
<Card className="my-3">
<div className="flex items-center gap-3">
<img
src="/static/images/default_pfp.jpg"
src={
custody.custodian?.user?.profilePicture ||
"/static/images/default_pfp.jpg"
}
alt="custodian"
className="size-10 rounded"
/>
Expand Down

0 comments on commit ad725b0

Please sign in to comment.