Skip to content

Commit

Permalink
fix: swap identicon
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Sep 27, 2023
1 parent ef5c830 commit ae67a47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@click="emit('selected:account', account.address)"
>
<div class="send-address-item__info">
<img :src="identicon(account.address)" />
<img :src="identicon(displayAddress(account.address))" />

<div class="send-address-item__name">
<h4>{{ account.name }}</h4>
Expand Down

1 comment on commit ae67a47

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.