diff --git a/www/plugins/es/js/controllers/like-controllers.js b/www/plugins/es/js/controllers/like-controllers.js index c801c125843717e8b1f7cb42bdd8ade290cf632d..2982ce9f7c614c2bd2308cccf2e7006137b62619 100644 --- a/www/plugins/es/js/controllers/like-controllers.js +++ b/www/plugins/es/js/controllers/like-controllers.js @@ -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 {