Skip to content

Commit

Permalink
feat: animated text in active account dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
akalogerakisunicorn authored and alex-k8 committed Nov 28, 2024
1 parent d82edc8 commit c744201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/popup/components/AccountInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<ion-skeleton-text v-if="isLoading" animated />
<Truncate v-if="!isLoading" :str="name" />
</div>
<div
<Truncate
v-else
data-cy="account-name-number"
class="account-name"
v-text="getDefaultAccountLabel(account)"
:str="getDefaultAccountLabel(account)"
/>

<slot name="address">
Expand Down

0 comments on commit c744201

Please sign in to comment.