aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index 78c8146..d005eed 100644
--- a/src/App.js
+++ b/src/App.js
@@ -333,7 +333,7 @@ class App extends Component {
</div>
</Grid.Column>
<Grid.Column width={10}>
- <Chat />
+ <Chat stream={currentStream} />
</Grid.Column>
</Grid.Row>
</Grid>