Skip to content

Commit

Permalink
Update DPChat.js
Browse files Browse the repository at this point in the history
chtrembl committed Jan 10, 2024
1 parent d97ff4f commit 8ee3d7b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -62,7 +62,9 @@ function DPChat({
};

useEffect(() => {
console.log('sending text message...');
console.log('sending 1st text message...');
dispatch(sendTextMessage({ text: '...' }));
console.log('sending 2nd text message...');
dispatch(sendTextMessage({ text: '...' }));

// run resize once on mount, then add listener for future resize events

0 comments on commit 8ee3d7b

Please sign in to comment.