Browse Source

revert chat test

pull/431/head
Ginger Wong 5 years ago
parent
commit
5e41dab92c
  1. 2
      webroot/js/app.js

2
webroot/js/app.js

@ -490,7 +490,7 @@ export default class App extends Component {
<${Chat} <${Chat}
websocket=${websocket} websocket=${websocket}
username=${username} username=${username}
chatInputEnabled=${true || chatInputEnabled} chatInputEnabled=${chatInputEnabled}
/> />
</div> </div>
`; `;

Loading…
Cancel
Save