feat: hide Billings & Payments menu item in SettingsSidebar pending pricing flow finalization
This commit is contained in:
@@ -52,11 +52,14 @@ export function SettingsSidebar({
|
|||||||
},
|
},
|
||||||
...(isAgent
|
...(isAgent
|
||||||
? [
|
? [
|
||||||
{
|
// Billings & Payments is temporarily hidden — payment is not
|
||||||
label: 'Billings & Payments',
|
// required for approval / visibility. Re-enable when the coupon /
|
||||||
href: `${basePath}/billings`,
|
// pricing flow is finalized.
|
||||||
icon: '/assets/icons/settings-billing-icon.svg',
|
// {
|
||||||
},
|
// label: 'Billings & Payments',
|
||||||
|
// href: `${basePath}/billings`,
|
||||||
|
// icon: '/assets/icons/settings-billing-icon.svg',
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
label: 'Add Testimonials',
|
label: 'Add Testimonials',
|
||||||
href: `${basePath}/testimonials`,
|
href: `${basePath}/testimonials`,
|
||||||
|
|||||||
Reference in New Issue
Block a user