Merge pull request #6912 from JDonadio/fix/home-no-wallets

fix create wallet button if no wallets
This commit is contained in:
Gustavo Maximiliano Cortez 2017-10-16 12:28:48 -03:00 committed by GitHub
commit 236be22fae
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
</ion-card>
</div>
<ion-card>
<ion-card *ngIf="wallets && wallets[0]">
<ion-item>
Wallets
<button ion-button outline item-end icon-left (click)="goToAddView()">
@ -21,7 +21,7 @@
</button>
</ion-item>
<ion-list *ngIf="wallets && wallets[0]">
<ion-list>
<button ion-item *ngFor="let wallet of wallets">
<ion-icon item-start>
<img src="assets/img/icon-wallet.svg" class="icon-wallet">