Skip to content

Commit

Permalink
Merge pull request #5780 from cmgustavo/bug/show-input-if-has-funds
Browse files Browse the repository at this point in the history
Tab-send; show input if has funds
  • Loading branch information
gabrielbazan7 authored Mar 15, 2017
2 parents 788ff13 + c4f3464 commit 458bf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/views/tab-send.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</ion-nav-bar>
<ion-content>

<div ng-if="hasWallets">
<div ng-if="hasFunds">
<div class="item item-heading send-heading" translate>Recipient</div>
<div class="item item-icon-left item-icon-right input">
<i class="icon icon-svg left"><img src="img/icon-bitcoin-symbol.svg"></i>
Expand Down

0 comments on commit 458bf3e

Please sign in to comment.