fix
All checks were successful
Build And Deploy Main / build-and-deploy (push) Successful in 31s

This commit is contained in:
2026-03-11 13:58:53 -04:00
parent e2d4f7dc59
commit 3714a86422

View File

@@ -111,13 +111,13 @@ const SideMenu = () => {
name: 'Transportation',
icon: <BusFront color="#777" size={14}/>,
collapsed: false,
roleFunc: AuthService.canAddOrEditVechiles,
roleFunc: () => AuthService.canViewVechiles() || AuthService.canViewRoutes() || AuthService.canViewRouteTemplates() || AuthService.canViewMedicalEvents(),
subNavs: [
{
name: 'Vehicle Information',
link: '/vehicles/list',
category: '/vehicles',
roleFunc: AuthService.canAddOrEditVechiles
roleFunc: AuthService.canViewVechiles
// subNavs: [
// {
// name: 'Vehicles List',