diff --git a/ui/src/components/transcript/RunTranscriptView.tsx b/ui/src/components/transcript/RunTranscriptView.tsx index 6ebc0fe0..762f8df4 100644 --- a/ui/src/components/transcript/RunTranscriptView.tsx +++ b/ui/src/components/transcript/RunTranscriptView.tsx @@ -729,7 +729,7 @@ function TranscriptCommandGroup({ ))}
-
+
{title}
{subtitle && ( @@ -854,7 +854,7 @@ function TranscriptEventRow({
) : (
- + {block.label} {block.text ? {block.text} : null}