Minor fixes
This commit is contained in:
parent
889ebb8c6c
commit
1edcf184ee
2 changed files with 2 additions and 2 deletions
|
|
@ -115,7 +115,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
lodash.each($scope.wallets, function(wallet) {
|
||||
walletService.getStatus(wallet, {}, function(err, status) {
|
||||
if (err) {
|
||||
console.log('[tab-home.js.35:err:]', $log.error(err)); //TODO
|
||||
$log.error(err);
|
||||
} else {
|
||||
wallet.status = status;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue