diff --git a/src/components/thread/index.tsx b/src/components/thread/index.tsx index 0acbc07..e27d7f5 100644 --- a/src/components/thread/index.tsx +++ b/src/components/thread/index.tsx @@ -162,16 +162,18 @@ export function Thread() { }); }; + const chatStarted = !!threadId || !!messages.length + return (
- {threadId && ( + {chatStarted && (