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
? [
{
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`,