Merge pull request #389 from mautematico/feat-add-cash-out-screen
feat: add cash out screen
This commit is contained in:
commit
d23067f679
10 changed files with 549 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ import React from 'react'
|
|||
import { Route, Redirect, Switch } from 'react-router-dom'
|
||||
|
||||
import AuthRegister from 'src/pages/AuthRegister'
|
||||
import Cashout from 'src/pages/Cashout/Cashout'
|
||||
import Commissions from 'src/pages/Commissions'
|
||||
import { Customers, CustomerProfile } from 'src/pages/Customers'
|
||||
import Funding from 'src/pages/Funding'
|
||||
|
|
@ -87,6 +88,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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue