diff --git a/frontend/src/hooks/useAvailableMenuItems.ts b/frontend/src/hooks/useAvailableMenuItems.ts index 3a702cf7..f1bfd09d 100644 --- a/frontend/src/hooks/useAvailableMenuItems.ts +++ b/frontend/src/hooks/useAvailableMenuItems.ts @@ -35,7 +35,6 @@ const isMenuItemAllowed = ( ) ); }; - /** * Filters menu items based on user permissions. * @param menuItems - The list of menu items to filter.