Skip to content

Commit

Permalink
Merge branch 'fix/token-name-reflect' into 'develop'
Browse files Browse the repository at this point in the history
fix/token-name-reflect

See merge request papers/airgap/airgap-wallet!721
  • Loading branch information
godenzim committed Nov 24, 2023
2 parents 55d09e3 + 403ff94 commit ebdbb06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/portfolio-item/portfolio-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ion-avatar>
<ng-container *ngIf="!isSimplified">
<ion-label class="protocol__container">
<ion-text *ngIf="!isToken" color="black">
<ion-text color="black">
<p class="font--weight__bold" *ngIf="balance; else syncingHeading">
{{wallet.protocol.name}}
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/sub-account-add/sub-account-add.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<portfolio-item
[isToken]="subProtocolType === subProtocolTypes.TOKEN"
[wallet]="subAccount.wallet"
[isSimplified]="true"
[isSimplified]="false"
tappable
(click)="toggleAccount(subAccount)"
></portfolio-item>
Expand Down

0 comments on commit ebdbb06

Please sign in to comment.