Skip to content

Commit

Permalink
show a badge on sent payments too if they were sent from another devi…
Browse files Browse the repository at this point in the history
…ce of a multisig wallet
  • Loading branch information
tonyofbyteball committed Sep 25, 2019
1 parent f334628 commit 553018f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/views/walletHome.html
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ <h4 class="title m0" style="padding:0 10px;">
Unconfirmed
</span>
</div>
<div class="history-badge" ng-if="newPaymentsCount[btx.unit] > 0 && btx.action == 'received'">{{ newPaymentsCount[btx.unit] }}</div>
<div class="history-badge" ng-if="newPaymentsCount[btx.unit] > 0">{{ newPaymentsCount[btx.unit] }}</div>
</div>
<div class="large-1 medium-1 small-1 columns text-right">
<i class="icon-arrow-right3 size-18"></i>
Expand Down

0 comments on commit 553018f

Please sign in to comment.