diff --git a/frontend/src/_ui/JSONTreeViewer/JSONNode.jsx b/frontend/src/_ui/JSONTreeViewer/JSONNode.jsx index c6b2a504fa..d1ce9518d5 100644 --- a/frontend/src/_ui/JSONTreeViewer/JSONNode.jsx +++ b/frontend/src/_ui/JSONTreeViewer/JSONNode.jsx @@ -268,8 +268,16 @@ export const JSONNode = ({ data, ...restProps }) => { }; return ( -
- {enableCopyToClipboard ? ( +
+ {enableCopyToClipboard && ( { @@ -281,12 +289,6 @@ export const JSONNode = ({ data, ...restProps }) => { - ) : ( - // Temporary fix for hover issue for copy value button. Need to remove this once inspector gets revamped. - )}