|
|
|
|
@ -22,7 +22,8 @@ class AppBottomNavigationBar extends StatelessWidget {
|
|
|
|
|
List<NavItemModel> navItems = [
|
|
|
|
|
NavItemModel(0, "overview", context.translation.overview),
|
|
|
|
|
NavItemModel(1, "request_icon", context.translation.workOrder),
|
|
|
|
|
if ((isEngineer && isUserFMS) || !isEngineer) NavItemModel(2, "add_icon", context.translation.calendar, showLabel: false),
|
|
|
|
|
// if ((isEngineer) || !isEngineer)
|
|
|
|
|
NavItemModel(2, "add_icon", context.translation.calendar, showLabel: false),
|
|
|
|
|
NavItemModel(3, "assets", context.translation.assets),
|
|
|
|
|
NavItemModel(4, "contact", context.translation.contact),
|
|
|
|
|
];
|
|
|
|
|
|