diff --git a/www/js/controllers/wallet-controllers.js b/www/js/controllers/wallet-controllers.js index c2143bd4e8ed7083ae6e15809898b91b3b083748..9a5b5b0e0583003afb8300663f9c42301d684284 100644 --- a/www/js/controllers/wallet-controllers.js +++ b/www/js/controllers/wallet-controllers.js @@ -494,7 +494,7 @@ function WalletController($scope, $rootScope, $q, $ionicPopup, $timeout, $state, }); } else { - $state.go(UIUtils.screen.isSmall() ? 'app.wallet_cert_by_id' : 'app.wallet_cert_by_id_lg', { + $state.go(UIUtils.screen.isSmall() ? 'app.wallet_cert_by_id' : 'app.wallet_cert_lg_by_id', { id: $scope.walletId, type: 'received' }); @@ -509,7 +509,7 @@ function WalletController($scope, $rootScope, $q, $ionicPopup, $timeout, $state, }); } else { - $state.go(UIUtils.screen.isSmall() ? 'app.wallet_cert_by_id' : 'app.wallet_cert_by_id_lg', { + $state.go(UIUtils.screen.isSmall() ? 'app.wallet_cert_by_id' : 'app.wallet_cert_lg_by_id', { id: $scope.walletId, type: 'given' });