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,
}}