From 10da74553390eb59f4d0fd5f8f9a190e25d116a5 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Wed, 5 Mar 2025 15:33:02 -0800 Subject: [PATCH] cr --- src/components/thread/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/thread/index.tsx b/src/components/thread/index.tsx index e27d7f5..3ffb8af 100644 --- a/src/components/thread/index.tsx +++ b/src/components/thread/index.tsx @@ -162,7 +162,7 @@ export function Thread() { }); }; - const chatStarted = !!threadId || !!messages.length + const chatStarted = !!threadId || !!messages.length; return (