only show to address if a sent transaction

This commit is contained in:
Marty Alcala 2016-10-21 17:53:36 -04:00
parent c41ac537b3
commit 16c4fb3b0a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<span class="item-note" ng-if="!paymentExpired.value">{{remainingTimeStr.value}}</span>
<span class="item-note" ng-if="paymentExpired.value" ng-style="{'color': 'red'}" translate>Expired</span>
</div>
<div class="item">
<div class="item" ng-if="btx.action === 'sent'">
<span class="label" translate>To</span>
<span class="payment-proposal-to">
<img ng-if="!cardId" src="img/icon-bitcoin-small.svg">