feat: use Namespaced table and wizard on Cashout

This commit is contained in:
Mauricio Navarro Miranda 2020-05-05 23:10:00 -05:00
parent af95a366c6
commit 1cf4168294
9 changed files with 337 additions and 559 deletions

View file

@ -68,12 +68,6 @@ const tree = [
return () => <Redirect to={this.children[0].route} />
},
children: [
{
key: namespaces.CASH_OUT,
label: 'Cash-out',
route: '/settings/cash-out',
component: Cashout
},
{
key: namespaces.COMMISSIONS,
label: 'Commissions',
@ -86,6 +80,12 @@ const tree = [
route: '/settings/locale',
component: Locales
},
{
key: namespaces.CASH_OUT,
label: 'Cash-out',
route: '/settings/cash-out',
component: Cashout
},
{
key: namespaces.SERVICES,
label: '3rd party services',