diff --git a/src/components/monitor/ActionNode.tsx b/src/components/monitor/ActionNode.tsx index 740a0f1..a8fec4b 100644 --- a/src/components/monitor/ActionNode.tsx +++ b/src/components/monitor/ActionNode.tsx @@ -200,15 +200,15 @@ export const ActionNode = memo(function ActionNode({ {/* Content - markdown for both preview and expanded */} {(expanded ? fullContent : truncatedContent) && (
{expanded ? fullContent! : truncatedContent!}