diff --git a/lib/features/profile/presentation/screens/profile_settings_screen.dart b/lib/features/profile/presentation/screens/profile_settings_screen.dart index c9fbe9c..a848ca0 100644 --- a/lib/features/profile/presentation/screens/profile_settings_screen.dart +++ b/lib/features/profile/presentation/screens/profile_settings_screen.dart @@ -34,8 +34,7 @@ class _ProfileSettingsScreenState extends ConsumerState { _TabItem(label: 'Privacy', icon: Icons.shield_outlined), ]); if (isAgent) { - tabs.add( - _TabItem(label: 'Billings & Payments', icon: Icons.payment_outlined)); + // 'Billings & Payments' tab is hidden for now. tabs.add( _TabItem(label: 'Add Testimonials', icon: Icons.rate_review_outlined)); }