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

[fix] Fix JS Lint

parent b8f5ac4a
No related branches found
No related tags found
No related merge requests found
Pipeline #8759 failed
......@@ -135,7 +135,7 @@ function ESLikesController($scope, $q, $timeout, $translate, $ionicPopup, UIUtil
if (!options.pubkey) {
if (csWallet.children.count() === 0) {
options.pubkey = csWallet.data.pubkey
options.pubkey = csWallet.data.pubkey;
}
// Select the wallet, if many
else {
......@@ -256,7 +256,7 @@ function ESLikesController($scope, $q, $timeout, $translate, $ionicPopup, UIUtil
if (!options.pubkey) {
if (csWallet.children.count() === 0) {
options.pubkey = csWallet.data.pubkey
options.pubkey = csWallet.data.pubkey;
}
// Select the wallet, if many
else {
......
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