diff --git a/components/dashboard/src/components/ContextMenu.tsx b/components/dashboard/src/components/ContextMenu.tsx index 034fc3573fbc89..bebfb04b248e78 100644 --- a/components/dashboard/src/components/ContextMenu.tsx +++ b/components/dashboard/src/components/ContextMenu.tsx @@ -69,7 +69,7 @@ function ContextMenu(props: ContextMenuProps) { const menuId = String(Math.random()); // Default 'children' is the three dots hamburger button. - const children = props.children || ; + const children = props.children || ; return (