Skip to content

Commit

Permalink
Merge branch 'update-docs' of github.com:Wolox/react-chat-widget into…
Browse files Browse the repository at this point in the history
… update-docs
  • Loading branch information
mcallegari10 committed Apr 15, 2020
2 parents 9a7b4de + 404e07d commit 5dd5677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function App() {
const handleNewUserMessage = (newMessage) => {
console.log(`New message incoming! ${newMessage}`);
// Now send the message throught the backend API
}
};

return (
<div className="App">
Expand Down Expand Up @@ -111,7 +111,7 @@ function App() {
console.log(`New message incoming! ${newMessage}`);
// Now send the message throught the backend API
addResponseMessage(response);
}
};

return (
<div className="App">
Expand Down Expand Up @@ -143,7 +143,7 @@ function App() {
const handleNewUserMessage = (newMessage) => {
console.log(`New message incoming! ${newMessage}`);
// Now send the message throught the backend API
}
};

render() {
return (
Expand Down

0 comments on commit 5dd5677

Please sign in to comment.