diff --git a/surfsense_web/components/assistant-ui/thinking-steps.tsx b/surfsense_web/components/assistant-ui/thinking-steps.tsx index a061d4224..437e395f2 100644 --- a/surfsense_web/components/assistant-ui/thinking-steps.tsx +++ b/surfsense_web/components/assistant-ui/thinking-steps.tsx @@ -127,11 +127,7 @@ export const ThinkingStepsDisplay: FC<{ steps: ThinkingStep[]; isThreadRunning?: effectiveStatus === "pending" && "text-muted-foreground/60" )} > - {effectiveStatus === "in_progress" ? ( - - ) : ( - step.title - )} + {step.title} {/* Step items (sub-content) */}