Skip to content

Commit

Permalink
Merge pull request #607 from enkryptcom/fix/identicon-mismatch
Browse files Browse the repository at this point in the history
fix: identicon mismatch on activity
  • Loading branch information
gamalielhere authored Feb 18, 2025
2 parents 8a35cde + d22ef81 commit 4e826a7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
>
<div class="network-activity__transaction-info">
<img
:src="
network.identicon(activity.isIncoming ? activity.from : activity.to)
"
:src="network.identicon(network.displayAddress((activity.isIncoming ? activity.from : activity.to)))"
@error="imageLoadError"
/>

Expand Down

0 comments on commit 4e826a7

Please sign in to comment.