diff --git a/client/src/components/ToolsTab.tsx b/client/src/components/ToolsTab.tsx index 255ab67c3..7b85ccca6 100644 --- a/client/src/components/ToolsTab.tsx +++ b/client/src/components/ToolsTab.tsx @@ -83,7 +83,7 @@ const ToolsTab = ({ /> )} {item.type === "resource" && ( -
+
{JSON.stringify(item.resource, null, 2)}
)}