Skip to content

Commit

Permalink
remove warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyyerikev committed Oct 29, 2022
1 parent b079835 commit b624c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/wallet/account/account-identicon.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<identicon :hash="identiconHash" :size="size" :outer-size="outerSize"
:uri="`${route ? route+finalAddress: ''}`" :tooltip="showTooltip ? $strings.truncateText(this.finalAddress, 4, 10) : ''"/>
:uri="`${route && finalAddress ? route+finalAddress: ''}`" :tooltip="showTooltip ? $strings.truncateText(this.finalAddress, 4, 10) : ''"/>
</template>

<script>
Expand Down

0 comments on commit b624c16

Please sign in to comment.