From f2c39cd1156fc4f5be3cdd4d68a86694b20dda8c Mon Sep 17 00:00:00 2001 From: JDonadio Date: Mon, 6 Feb 2017 10:15:12 -0300 Subject: [PATCH] fix propertie name --- src/js/controllers/walletDetails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/controllers/walletDetails.js b/src/js/controllers/walletDetails.js index 33b19b37c..1c1af142e 100644 --- a/src/js/controllers/walletDetails.js +++ b/src/js/controllers/walletDetails.js @@ -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) {