diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js index 0efb95b6a..78c1739f1 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -814,7 +814,7 @@ angular.module('copayApp.services') x.action = function() { // TODO? - $state.go('wallet.details', { + $state.go('tabs.details', { walletId: x.walletId, txpId: x.txpId, txid: x.txid,