diff --git a/src/components/chat.tsx b/src/components/chat.tsx index 2171708..a940d29 100644 --- a/src/components/chat.tsx +++ b/src/components/chat.tsx @@ -322,7 +322,7 @@ export default function Chat(props: ChatProps) { )}
- {/* {scrollToBottom()} */} + {scrollToBottom()}
); }