fix: remove Pazuz commented routes
This commit is contained in:
parent
007c51472c
commit
ce3c4167a4
1 changed files with 0 additions and 22 deletions
|
|
@ -133,12 +133,6 @@ const tree = [
|
||||||
route: '/settings/3rd-party-services',
|
route: '/settings/3rd-party-services',
|
||||||
component: Services
|
component: Services
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// key: namespaces.WALLETS,
|
|
||||||
// label: 'Wallet',
|
|
||||||
// route: '/settings/wallet-settings',
|
|
||||||
// component: WalletSettings
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
key: namespaces.OPERATOR_INFO,
|
key: namespaces.OPERATOR_INFO,
|
||||||
label: 'Operator Info',
|
label: 'Operator Info',
|
||||||
|
|
@ -222,22 +216,6 @@ const tree = [
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
// {
|
|
||||||
// key: 'system',
|
|
||||||
// label: 'System',
|
|
||||||
// route: '/system',
|
|
||||||
// get component() {
|
|
||||||
// return () => <Redirect to={this.children[0].route} />
|
|
||||||
// },
|
|
||||||
// children: [
|
|
||||||
// {
|
|
||||||
// key: 'token-management',
|
|
||||||
// label: 'Token Management',
|
|
||||||
// route: '/system/token-management',
|
|
||||||
// component: TokenManagement
|
|
||||||
// }
|
|
||||||
// ]
|
|
||||||
// }
|
|
||||||
]
|
]
|
||||||
|
|
||||||
const map = R.map(R.when(R.has('children'), R.prop('children')))
|
const map = R.map(R.when(R.has('children'), R.prop('children')))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue