Skip to content
Snippets Groups Projects
Commit 05532a60 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Display TX with the UD template, on validating TX

parent a023062e
No related branches found
No related tags found
No related merge requests found
Pipeline #10564 failed
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
<div class="item item-pending item-tx item-icon-left" <div class="item item-pending item-tx item-icon-left"
ng-repeat="tx in formData.tx.validating" ng-repeat="tx in formData.tx.validating"
ng-init="validating=true;" ng-init="validating=true;"
ng-include="::'templates/wallet/item_tx.html'"> ng-include="::!tx.isUD ? 'templates/wallet/item_tx.html' : 'templates/wallet/item_ud.html'">
</div> </div>
</ng-if> </ng-if>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment