diff --git a/tbot/web/ui/live_chat/components/chat.jsx b/tbot/web/ui/live_chat/components/chat.jsx index 6beaadf..eaf1a3a 100644 --- a/tbot/web/ui/live_chat/components/chat.jsx +++ b/tbot/web/ui/live_chat/components/chat.jsx @@ -31,7 +31,7 @@ export function Chat({ channelId }) { messagesEndRef.current.scrollIntoView({ behavior: "instant" }); } }, [messageHistory]); - console.log(lastJsonMessage); + return (