From 8ee3d7b08b1cd6d5650bb109614e8c40c9603abc Mon Sep 17 00:00:00 2001 From: Chris Tremblay Date: Tue, 9 Jan 2024 21:33:53 -0500 Subject: [PATCH] Update DPChat.js --- .../petstoreapp/soulmachines-react-app/src/routes/DPChat.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/petstore/petstoreapp/soulmachines-react-app/src/routes/DPChat.js b/petstore/petstoreapp/soulmachines-react-app/src/routes/DPChat.js index 22a5bc45..12ad8c10 100644 --- a/petstore/petstoreapp/soulmachines-react-app/src/routes/DPChat.js +++ b/petstore/petstoreapp/soulmachines-react-app/src/routes/DPChat.js @@ -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