fix create wallet button if no wallets

This commit is contained in:
JDonadio 2017-10-16 11:08:47 -03:00
parent 8619d98468
commit 6c2d9300bf
No known key found for this signature in database
GPG Key ID: EC1F4E04B2BFA730
1 changed files with 2 additions and 2 deletions

View File

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