Hide "Get M$" on private instances
This commit is contained in:
parent
6f789c9363
commit
ba39eb114c
|
@ -47,7 +47,9 @@ function getNavigation(username: string) {
|
|||
icon: NotificationsIcon,
|
||||
},
|
||||
|
||||
{ name: 'Get M$', href: '/add-funds', icon: CashIcon },
|
||||
...(IS_PRIVATE_MANIFOLD
|
||||
? []
|
||||
: [{ name: 'Get M$', href: '/add-funds', icon: CashIcon }]),
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -104,7 +106,9 @@ const signedOutMobileNavigation = [
|
|||
]
|
||||
|
||||
const signedInMobileNavigation = [
|
||||
{ name: 'Get M$', href: '/add-funds', icon: CashIcon },
|
||||
...(IS_PRIVATE_MANIFOLD
|
||||
? []
|
||||
: [{ name: 'Get M$', href: '/add-funds', icon: CashIcon }]),
|
||||
...signedOutMobileNavigation,
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user