revert chat test

This commit is contained in:
Ginger Wong 2020-12-03 22:51:11 -08:00
parent 5fe36f37bd
commit 5e41dab92c

View file

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