diff --git a/frontend/src/components/SideMenu.js b/frontend/src/components/SideMenu.js index 82a5247..37c7207 100644 --- a/frontend/src/components/SideMenu.js +++ b/frontend/src/components/SideMenu.js @@ -6,7 +6,7 @@ const SideMenu = ({ active, onSelect }) => { ); diff --git a/frontend/src/pages/Dashboard.js b/frontend/src/pages/Dashboard.js index 4d86f2b..7472390 100644 --- a/frontend/src/pages/Dashboard.js +++ b/frontend/src/pages/Dashboard.js @@ -37,6 +37,7 @@ function getSectionTitle(key) { case 'groups': return 'Подписчики и группы'; case 'history': return 'История отправок'; case 'campaign': return 'Кампания'; + case 'users': return 'Управление пользователями'; default: return ''; } }