feat: hide Billings & Payments menu item in SettingsSidebar pending pricing flow finalization

This commit is contained in:
pradeepkumar
2026-04-20 23:38:17 +05:30
parent 2337f5646f
commit 6fe5691b5c

View File

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