Fix show contacts from tx proposals and tx views
This commit is contained in:
parent
557b760f85
commit
ad9c840ac7
5 changed files with 12 additions and 9 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<span class="payment-proposal-to">
|
||||
<img ng-if="!cardId" src="img/icon-bitcoin-small.svg">
|
||||
<img ng-if="cardId" src="img/icon-card.svg" width="34">
|
||||
<div copy-to-clipboard="toAddress" class="ellipsis">
|
||||
<div copy-to-clipboard="btx.addressTo" class="ellipsis">
|
||||
<contact ng-if="!toName" address="{{btx.addressTo}}" class="ellipsis" style="display: block;"></contact>
|
||||
<span class="m15l size-14" ng-if="toName">{{toName}}</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue