mirror of https://github.com/buster-so/buster.git
Initial chat title fix
This commit is contained in:
parent
eeb9aa471f
commit
d3a72fda5c
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue