fix propertie name
This commit is contained in:
parent
41c11a2c17
commit
f2c39cd115
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
|||
|
||||
function refreshAmountSection(scrollPos) {
|
||||
$scope.showBalanceButton = false;
|
||||
if ($scope.wallet.status) {
|
||||
if ($scope.status) {
|
||||
$scope.showBalanceButton = ($scope.status.totalBalanceSat != $scope.status.spendableAmount);
|
||||
}
|
||||
if (!$scope.amountIsCollapsible) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue