disable sweep button without balance
This commit is contained in:
parent
b47ca42bb2
commit
06e12baa6e
2 changed files with 54 additions and 57 deletions
|
|
@ -59,7 +59,7 @@
|
|||
</div>
|
||||
|
||||
<button
|
||||
ng-disabled="paperWallet.sending"
|
||||
ng-disabled="paperWallet.sending || paperWallet.balanceSat <= 0"
|
||||
ng-style="{'background-color':index.backgroundColor}"
|
||||
class="button black round expand"
|
||||
ng-click="paperWallet.sweepWallet()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue