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
|
||||
? [
|
||||
{
|
||||
label: 'Billings & Payments',
|
||||
href: `${basePath}/billings`,
|
||||
icon: '/assets/icons/settings-billing-icon.svg',
|
||||
},
|
||||
// Billings & Payments is temporarily hidden — payment is not
|
||||
// required for approval / visibility. Re-enable when the coupon /
|
||||
// pricing flow is finalized.
|
||||
// {
|
||||
// label: 'Billings & Payments',
|
||||
// href: `${basePath}/billings`,
|
||||
// icon: '/assets/icons/settings-billing-icon.svg',
|
||||
// },
|
||||
{
|
||||
label: 'Add Testimonials',
|
||||
href: `${basePath}/testimonials`,
|
||||
|
||||
Reference in New Issue
Block a user