From 5de60f17d36a5ae7dd962ad317d50cf860d30e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20G=C3=B3mez?= Date: Tue, 13 Jan 2026 09:37:34 +0100 Subject: [PATCH] ui: load older styles --- src/components/ChatViewer.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/ChatViewer.tsx b/src/components/ChatViewer.tsx index 6906967..c5710ac 100644 --- a/src/components/ChatViewer.tsx +++ b/src/components/ChatViewer.tsx @@ -558,7 +558,7 @@ export function ChatViewer({ return (
- Loading conversation... + Loading conversation...
); } @@ -701,22 +701,23 @@ export function ChatViewer({ followOutput="smooth" components={{ Header: () => - hasMore ? ( + hasMore && conversationResult.status === "success" ? (
- +
) : null, }}