Adds import cash
This commit is contained in:
parent
14ffddd6e1
commit
80d9c894c9
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
value: false
|
||||
};
|
||||
|
||||
if (config.cashSupport.enabled) $scope.enableCash = true;
|
||||
if (config.cashSupport) $scope.enableCash = true;
|
||||
|
||||
if ($stateParams.code)
|
||||
$scope.processWalletInfo($stateParams.code);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue