diff --git a/web-app/src/containers/ThinkingBlock.tsx b/web-app/src/containers/ThinkingBlock.tsx index ed3e0e328..63f72fa44 100644 --- a/web-app/src/containers/ThinkingBlock.tsx +++ b/web-app/src/containers/ThinkingBlock.tsx @@ -107,27 +107,14 @@ const ThinkingBlock = ({ // Determine if the block is truly empty (streaming started but no content/steps yet) const isStreamingEmpty = loading && N === 0 - // If loading started but no content or steps have arrived yet, display the non-expandable 'Thinking...' block - if (isStreamingEmpty) { - return ( -