This commit is contained in:
Seth Call 2020-04-22 11:50:25 -05:00
parent 072ed30ed6
commit 702a39ef3c
1 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,8 @@ SessionStore = @SessionStore
activeChannel = @state.lessonSessionId activeChannel = @state.lessonSessionId
else else
activeChannel = @state.channel activeChannel = @state.channel
if activeChannel == 'global'
openBig = `<a className="make-big" href="#" onClick={this.openChatDialog.bind(this)}>Expand</a>` openBig = `<a className="make-big" href="#" onClick={this.openChatDialog.bind(this)}>Expand</a>`
activeMsgs = @state.msgs[activeChannel] || [] activeMsgs = @state.msgs[activeChannel] || []