Merge pull request #389 from mautematico/feat-add-cash-out-screen

feat: add cash out screen
This commit is contained in:
Rafael Taranto 2020-05-09 19:57:59 +01:00 committed by GitHub
commit d23067f679
10 changed files with 549 additions and 0 deletions

View file

@ -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',