fix error message
This commit is contained in:
parent
0a283f92ac
commit
46057d913a
@ -122,7 +122,7 @@
|
|||||||
<feather-icon icon="CheckIcon" />
|
<feather-icon icon="CheckIcon" />
|
||||||
</b-avatar>
|
</b-avatar>
|
||||||
</span>
|
</span>
|
||||||
<small>{{ item.address ? formatAddr(item.address.addr) : `Not available for ${selected_chain.chain_name}` }}</small>
|
<small>{{ item.address ? formatAddr(item.address.addr) : `Not available on ${selected_chain.chain_name}` }}</small>
|
||||||
</div>
|
</div>
|
||||||
</b-dropdown-item>
|
</b-dropdown-item>
|
||||||
<b-dropdown-divider />
|
<b-dropdown-divider />
|
||||||
|
Loading…
Reference in New Issue
Block a user