FIX: not show fee on received transactions

This commit is contained in:
Gabriel Bazán 2018-03-20 11:11:26 -03:00
parent 5e59cfa3fa
commit 7148697766
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
<a (click)="readMore()" translate>Learn more</a>
</ion-item>
<ion-item class="item-fee" *ngIf="btx && btx.feeStr">
<ion-item class="item-fee" *ngIf="btx && btx.feeStr && btx.action != 'received'">
<div class="fee-title" translate>
{{'Fee:' | translate}}
</div>