diff --git a/src/Components/Menu/Menu.tsx b/src/Components/Menu/Menu.tsx index 841041e..a0fbc03 100644 --- a/src/Components/Menu/Menu.tsx +++ b/src/Components/Menu/Menu.tsx @@ -138,7 +138,7 @@ function AddClassSpecificActions( shortcut={action.shortcut} onClick={() => action.action(target)} />); }); - children.push(
); + children.push(
); }; return count; }