diff --git a/desktop/plugins/public/ui-debugger/components/Tree.tsx b/desktop/plugins/public/ui-debugger/components/Tree.tsx index 3dbfa1b92..d43a2300c 100644 --- a/desktop/plugins/public/ui-debugger/components/Tree.tsx +++ b/desktop/plugins/public/ui-debugger/components/Tree.tsx @@ -533,7 +533,9 @@ const ContextMenu: React.FC<{ )), ); - copyItems.push(); + copyItems.push( + , + ); } const focus = hoveredNode != null && focusedNodeId !== hoveredNodeId && @@ -570,7 +572,7 @@ const ContextMenu: React.FC<{ {removeFocus} {(focus || removeFocus) && } {copyItems} - {hoveredNode && } + {hoveredNode && } )} trigger={['contextMenu']}>