fix link
This commit is contained in:
parent
072ed30ed6
commit
702a39ef3c
|
|
@ -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] || []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue