Remove setNextStep call from card cache setup.
This commit is contained in:
parent
46fa9b46af
commit
e9f30fa053
1 changed files with 0 additions and 2 deletions
|
|
@ -289,8 +289,6 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
||||||
if (err) return;
|
if (err) return;
|
||||||
if (lodash.isEmpty(data)) {
|
if (lodash.isEmpty(data)) {
|
||||||
$scope.bitpayCards = null;
|
$scope.bitpayCards = null;
|
||||||
// Ensure next step for cards is visible
|
|
||||||
storageService.setNextStep('BitpayCard', 'false', function(err) {});
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$scope.bitpayCards = data;
|
$scope.bitpayCards = data;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue