Skip to content

Commit

Permalink
fix: rename account identicon
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Oct 20, 2023
1 parent 4119d30 commit 86663cf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
class="rename-account-form__input"
:class="{ focus: isFocus && isValidName, error: !isValidName }"
>
<img :src="network.identicon(account.address || '')" />
<img
:src="network.identicon(network.displayAddress(account.address))"
/>
<input
ref="renameAccountInput"
v-model="accountName"
Expand Down

1 comment on commit 86663cf

@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.