Skip to content
Snippets Groups Projects
Commit 6019fb17 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] JS Hint

parent 0f2e6caa
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ function WalletListController($scope, $controller, $state, $timeout, $q, $transl
return UIUtils.loading.hide();
}
UIUtils.onError('ERROR.ADD_SECONDARY_WALLET_FAILED')(err);
})
});
}
// Call API extension on child wallet
......@@ -679,5 +679,5 @@ function WalletListImportModalController($scope, $timeout, BMA, csWallet) {
$scope.fileData = '';
$scope.isValidFile = false;
$scope.validatingFile = false;
}
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment