Skip to content

Commit

Permalink
Fixing chat context docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Mar 25, 2020
1 parent 450470a commit 11e1bb2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</head>
<body>
<div id="rsg-root"></div>
<script src="build/bundle.9626b51c.js"></script>
<script src="build/bundle.632df79c.js"></script>
</body>
</html>
1 change: 0 additions & 1 deletion src/components/docs/ChatContext.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
The channel context provides the following properties:

- **client** (the client connection)
- **channels** {array} The list of channels
- **setActiveChannel** A function to set the currently active channel. This is used in [ChannelList](#channellist) component to navigate between channels.

**Params**
Expand Down

0 comments on commit 11e1bb2

Please sign in to comment.