Skip to content

Commit 05532a6

Browse files
committed
[fix] Display TX with the UD template, on validating TX
1 parent a023062 commit 05532a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/templates/wallet/view_wallet_tx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h2 class="content light" ng-if="loading">
137137
<div class="item item-pending item-tx item-icon-left"
138138
ng-repeat="tx in formData.tx.validating"
139139
ng-init="validating=true;"
140-
ng-include="::'templates/wallet/item_tx.html'">
140+
ng-include="::!tx.isUD ? 'templates/wallet/item_tx.html' : 'templates/wallet/item_ud.html'">
141141
</div>
142142
</ng-if>
143143

0 commit comments

Comments
 (0)