diff options
author | Renard | 2020-03-11 22:21:29 -0300 |
---|---|---|
committer | Renard | 2020-03-11 22:21:29 -0300 |
commit | 524a30b69d5853878200fa41af55020f76b65f1b (patch) | |
tree | 4388dc0fe17847059e73f82649a146d56e725a87 /src/App.js | |
parent | 0530339dd1b45cf187e183b22cf1cbcb90503a08 (diff) | |
download | bairadio-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.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -333,7 +333,7 @@ class App extends Component { </div> </Grid.Column> <Grid.Column width={10}> - <Chat /> + <Chat stream={currentStream} /> </Grid.Column> </Grid.Row> </Grid> |