diff --git a/src/components/workspace/FileContextMenu.tsx b/src/components/workspace/FileContextMenu.tsx
index 3557200..58f00de 100644
--- a/src/components/workspace/FileContextMenu.tsx
+++ b/src/components/workspace/FileContextMenu.tsx
@@ -81,9 +81,9 @@ export function FileContextMenu({ open, position, items, onClose }: FileContextM
>
{/* Menu items */}
- {items.map((item, index) => (
+ {items.map((item) => (