feat: remove reports tab from the bottom navigation bar in ClientMainBottomBar
This commit is contained in:
@@ -99,13 +99,6 @@ class ClientMainBottomBar extends StatelessWidget {
|
|||||||
activeColor: activeColor,
|
activeColor: activeColor,
|
||||||
inactiveColor: inactiveColor,
|
inactiveColor: inactiveColor,
|
||||||
),
|
),
|
||||||
_buildNavItem(
|
|
||||||
index: 4,
|
|
||||||
icon: UiIcons.chart,
|
|
||||||
label: t.client_main.tabs.reports,
|
|
||||||
activeColor: activeColor,
|
|
||||||
inactiveColor: inactiveColor,
|
|
||||||
),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user