Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 22, 2024
1 parent f73adc8 commit 2fcdd4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const ChatInterface: React.FC<ChatInterfaceProps> = ({ messages: initialM
scrollToBottom();
}, [messages]);


const handleSend = () => {
if (input.trim()) {
setMessages([...messages, {
Expand Down

0 comments on commit 2fcdd4c

Please sign in to comment.