fix link
This commit is contained in:
parent
072ed30ed6
commit
702a39ef3c
|
|
@ -127,6 +127,8 @@ SessionStore = @SessionStore
|
|||
activeChannel = @state.lessonSessionId
|
||||
else
|
||||
activeChannel = @state.channel
|
||||
|
||||
if activeChannel == 'global'
|
||||
openBig = `<a className="make-big" href="#" onClick={this.openChatDialog.bind(this)}>Expand</a>`
|
||||
|
||||
activeMsgs = @state.msgs[activeChannel] || []
|
||||
|
|
|
|||
Loading…
Reference in New Issue