diff --git a/app/MindWork AI Studio/Chat/ContentBlockComponent.razor b/app/MindWork AI Studio/Chat/ContentBlockComponent.razor
index 52999549..652dac14 100644
--- a/app/MindWork AI Studio/Chat/ContentBlockComponent.razor
+++ b/app/MindWork AI Studio/Chat/ContentBlockComponent.razor
@@ -105,10 +105,14 @@
{
}
- else
+ else if (segment.Type is MarkdownRenderSegmentType.MATH_BLOCK)
{
}
+ else if (segment.ChartResult is not null)
+ {
+
+ }
}
@if (textContent.Sources.Count > 0)
{