From 60f8429a6356deb7a16b1f41db2c582ddee6d947 Mon Sep 17 00:00:00 2001 From: Med Marrouchi Date: Mon, 20 Jan 2025 14:47:33 +0100 Subject: [PATCH] fix: lint --- frontend/src/hooks/useAvailableMenuItems.ts | 1 - 1 file changed, 1 deletion(-) 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.