diff --git a/studio/frontend/src/components/assistant-ui/markdown-text.tsx b/studio/frontend/src/components/assistant-ui/markdown-text.tsx index 5e84b9175e..f67388f340 100644 --- a/studio/frontend/src/components/assistant-ui/markdown-text.tsx +++ b/studio/frontend/src/components/assistant-ui/markdown-text.tsx @@ -373,18 +373,19 @@ function StreamdownBlock(props: BlockProps) { if (codeFence) { const svgSource = !props.isIncomplete && isSvgFence(codeFence) ? sanitizeSvg(codeFence.source) : null; const htmlSource = !props.isIncomplete && isHtmlFence(codeFence) ? codeFence.source : null; + return ( <> -