From 6fe5691b5cb1caa0fb5c1fb2efad5c9b8e0c5e2a Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Mon, 20 Apr 2026 23:38:17 +0530 Subject: [PATCH] feat: hide Billings & Payments menu item in SettingsSidebar pending pricing flow finalization --- src/components/settings/SettingsSidebar.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/components/settings/SettingsSidebar.tsx b/src/components/settings/SettingsSidebar.tsx index bca3cc9..dca9550 100644 --- a/src/components/settings/SettingsSidebar.tsx +++ b/src/components/settings/SettingsSidebar.tsx @@ -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`,