From 5e41dab92c7c930cedbd05dab4c193611874ecad Mon Sep 17 00:00:00 2001 From: Ginger Wong Date: Thu, 3 Dec 2020 22:51:11 -0800 Subject: [PATCH] revert chat test --- webroot/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/js/app.js b/webroot/js/app.js index ca758b16a..d39886f5d 100644 --- a/webroot/js/app.js +++ b/webroot/js/app.js @@ -490,7 +490,7 @@ export default class App extends Component { <${Chat} websocket=${websocket} username=${username} - chatInputEnabled=${true || chatInputEnabled} + chatInputEnabled=${chatInputEnabled} /> `;