simplify recipient summary logic so that entire list is expanded with one click
This commit is contained in:
parent
8caffb8632
commit
4867e9983f
5 changed files with 25 additions and 36 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<div class="ellipsis size-14">
|
||||
<span ng-if="tx.outputs">
|
||||
<span translate>Recipients</span>:
|
||||
<span>{{tx.outputs.recipientCount}}</span>
|
||||
<span>{{tx.outputs.length}}</span>
|
||||
</span>
|
||||
<span ng-if="!tx.outputs">
|
||||
<span translate>To</span>:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue