Skip to content

Commit

Permalink
Merge pull request #951 from liquality/ext-182/account-address-copy
Browse files Browse the repository at this point in the history
Ext 182/account address copy message fix
  • Loading branch information
bradleySuira authored Dec 6, 2022
2 parents a4ca2fb + da52526 commit 873c5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Account.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<div v-if="address" class="account-container_address">
<v-popover
trigger="hover focus"
:show="showPopOver"
placement="top"
:hideOnTargetClick="false"
:delay="{ hide: 1000, show: 200 }"
>
<button
@click.prevent="copyAddress"
Expand Down

0 comments on commit 873c5b1

Please sign in to comment.