Remove Add funds menu option for now.
This commit is contained in:
parent
e0123748b9
commit
50268eeca7
|
@ -48,10 +48,10 @@ function getNavigationOptions(user: User, options: { mobile: boolean }) {
|
||||||
name: 'Your markets',
|
name: 'Your markets',
|
||||||
href: `/${user.username}`,
|
href: `/${user.username}`,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: 'Add funds',
|
// name: 'Add funds',
|
||||||
href: '/add-funds',
|
// href: '/add-funds',
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: 'Sign out',
|
name: 'Sign out',
|
||||||
href: '#',
|
href: '#',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user