Skip to content

Commit

Permalink
Merge pull request #806 from ita-social-projects/805-fix-duplication-…
Browse files Browse the repository at this point in the history
…in-the-admin-menu-item-ids-and-adjust-their-order

Fix duplication in the admin menu item IDs and adjust their order.
  • Loading branch information
YanZhylavy authored Sep 30, 2024
2 parents 77e9115 + 2b357a0 commit 0c3778f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FrontEnd/src/pages/AdminPage/Menu/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ const MENU = [
link: '/customadmin/profiles/'
},
{
id: 'am4',
id: 'am3',
title: 'Контакти',
link: '/customadmin/contacts/'
},
{
id: 'am3',
id: 'am4',
title: 'Зміна часу автомодерації',
link: '/customadmin/automoderation/'
},
{
id: 'am4',
id: 'am5',
title: 'Пошта адміністратора',
link: '/customadmin/email/'
}
Expand Down

0 comments on commit 0c3778f

Please sign in to comment.