Fix multiples outputs in history
This commit is contained in:
parent
854b1511de
commit
7459c0e44f
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
</li>
|
||||
|
||||
<div class="line-b" ng-show="btx.hasMultiplesOutputs && showMultiplesOutputs"
|
||||
ng-repeat="output in tx.outputs"
|
||||
ng-repeat="output in btx.outputs"
|
||||
ng-include="'views/includes/output.html'">
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue