fix propertie name

This commit is contained in:
JDonadio 2017-02-06 10:15:12 -03:00
commit f2c39cd115

View file

@ -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) {