diff --git a/frontend/src/components/ContextMenu.tsx b/frontend/src/components/ContextMenu.tsx index 762a7828..eef2217c 100644 --- a/frontend/src/components/ContextMenu.tsx +++ b/frontend/src/components/ContextMenu.tsx @@ -90,7 +90,7 @@ export default function ContextMenu({ onClick={(e) => e.stopPropagation()} >
{options.map((option, index) => ( @@ -109,7 +109,7 @@ export default function ContextMenu({ } `} > {option.icon && ( -
+
)} - {option.label} + {option.label} ))}