From 702a39ef3c2a5158763ab09299717d2492aa70bb Mon Sep 17 00:00:00 2001 From: Seth Call Date: Wed, 22 Apr 2020 11:50:25 -0500 Subject: [PATCH] fix link --- .../javascripts/react-components/ChatWindow.js.jsx.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/app/assets/javascripts/react-components/ChatWindow.js.jsx.coffee b/web/app/assets/javascripts/react-components/ChatWindow.js.jsx.coffee index 1cfb4735e..5dfeb8bfd 100644 --- a/web/app/assets/javascripts/react-components/ChatWindow.js.jsx.coffee +++ b/web/app/assets/javascripts/react-components/ChatWindow.js.jsx.coffee @@ -127,6 +127,8 @@ SessionStore = @SessionStore activeChannel = @state.lessonSessionId else activeChannel = @state.channel + + if activeChannel == 'global' openBig = `Expand` activeMsgs = @state.msgs[activeChannel] || []