diff --git a/jam-ui/src/routes.js b/jam-ui/src/routes.js index deeb8b84c..b7bc08b81 100644 --- a/jam-ui/src/routes.js +++ b/jam-ui/src/routes.js @@ -55,11 +55,11 @@ export const accountRoutes = { exact: true, icon: 'lock', children: [ - { to: '/account/identity', name: 'Identity'}, { to: '/account/subscription', name: 'Subscription'}, { to: '/account/payments', name: 'Payment History'}, { to: '/account/payment-method', name: 'Payment Method'}, { to: '/account/preferences', name: 'Preferences'}, + { to: '/account/identity', name: 'Identity'}, ] }