Skip to content

Commit ba850a7

Browse files
committed
remove comment
1 parent 7e2c428 commit ba850a7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ This project accompanies a [tutorial]() on building a conversational UI in React
66

77
1. Clone and set up the [token server](https://github.com/pmbanugo/stream-chat-boilerplate-api) by following the instruction on that repo.
88

9-
2. Close this repo and run `npm install`.
9+
2. Clone this repo and run `npm install`.
1010
3. Run `npm start` to start the React app.

src/App.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ class App extends React.Component {
6161

6262
this.initialiseChatClient();
6363
} else {
64-
//TODO: Send message across the channel
6564
this.conversation.sendMessage({ text: message.text });
6665
}
6766
};

0 commit comments

Comments
 (0)