Initial chat title fix

This commit is contained in:
Nate Kelley 2025-07-03 10:09:32 -06:00
parent eeb9aa471f
commit d3a72fda5c
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export const ChatHeaderTitle: React.FC<{
const { mutateAsync: updateChat } = useUpdateChat();
return (
<AnimatePresence mode="wait" initial={false}>
<AnimatePresence mode="wait" initial={!isCompletedStream}>
<motion.div
{...(!isCompletedStream ? animation : {})}
key={chatTitle}