chage menu items order under account submenu
This commit is contained in:
parent
4a3630f786
commit
55f6839521
|
|
@ -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'},
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue