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