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