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),
|
_TabItem(label: 'Privacy', icon: Icons.shield_outlined),
|
||||||
]);
|
]);
|
||||||
if (isAgent) {
|
if (isAgent) {
|
||||||
tabs.add(
|
// 'Billings & Payments' tab is hidden for now.
|
||||||
_TabItem(label: 'Billings & Payments', icon: Icons.payment_outlined));
|
|
||||||
tabs.add(
|
tabs.add(
|
||||||
_TabItem(label: 'Add Testimonials', icon: Icons.rate_review_outlined));
|
_TabItem(label: 'Add Testimonials', icon: Icons.rate_review_outlined));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user