aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorLibravatar Renard 2020-03-11 22:21:29 -0300
committerLibravatar Renard 2020-03-11 22:21:29 -0300
commit524a30b69d5853878200fa41af55020f76b65f1b (patch)
tree4388dc0fe17847059e73f82649a146d56e725a87 /src/App.js
parent0530339dd1b45cf187e183b22cf1cbcb90503a08 (diff)
downloadbairadio-app-524a30b69d5853878200fa41af55020f76b65f1b.tar.gz
bairadio-app-524a30b69d5853878200fa41af55020f76b65f1b.tar.xz
bairadio-app-524a30b69d5853878200fa41af55020f76b65f1b.zip
Cambio de protocolo MSG
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>