feat: hide Billings & Payments tab in profile settings screen
This commit is contained in:
@@ -34,8 +34,7 @@ class _ProfileSettingsScreenState extends ConsumerState<ProfileSettingsScreen> {
|
||||
_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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user