Update Sidebar.tsx

This commit is contained in:
yrippert-maker 2026-02-17 11:21:51 +03:00 committed by GitHub
parent f510d09236
commit 2f318b0a25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ const menuItems: MenuItem[] = [
{ name: 'Справка', path: '/help', iconKey: 'help' },
{ name: 'Настройки', path: '/settings', iconKey: 'settings' },
{ name: 'ФГИС РЭВС', path: '/fgis-revs', iconKey: 'fgis-revs', roles: ['admin'] },
{ name: 'Панель ФАВТ', path: '/regulator', iconKey: 'regulator', roles: ['admin', 'favt_inspector'] },
{ name: 'Регулятор (Минтранс, ФАВТ, Ространснадзор)', path: '/regulator', iconKey: 'regulator', roles: ['admin', 'favt_inspector'] },
];
export default function Sidebar() {