Skip to content

Commit

Permalink
Console log
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Oct 30, 2024
1 parent 659d275 commit f888783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbot/web/ui/live_chat/components/chat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function Chat({ channelId }) {
messagesEndRef.current.scrollIntoView({ behavior: "instant" });
}
}, [messageHistory]);
console.log(lastJsonMessage);

return (
<div className="chat-container">
<div className="messages">
Expand Down

0 comments on commit f888783

Please sign in to comment.