diff --git a/packages/manager/apps/dedicated/client/app/billing/autoRenew/actions/update/update.routing.js b/packages/manager/apps/dedicated/client/app/billing/autoRenew/actions/update/update.routing.js index a54e81670a64..3003186924ae 100644 --- a/packages/manager/apps/dedicated/client/app/billing/autoRenew/actions/update/update.routing.js +++ b/packages/manager/apps/dedicated/client/app/billing/autoRenew/actions/update/update.routing.js @@ -16,7 +16,8 @@ export default /* @ngInject */ ($stateProvider) => { : 'app.account.billing.autorenew.configure-renew-impossible'; } return null; - }), + }) + .catch(() => null), translations: { value: ['.'], format: 'json' }, resolve: { addPaymentMean: /* @ngInject */ ($state) => () =>