Pass through config for Room Directory
This commit is contained in:
parent
1899d61893
commit
44fa851275
1 changed files with 1 additions and 0 deletions
|
@ -1058,6 +1058,7 @@ module.exports = React.createClass({
|
|||
case this.PageTypes.RoomDirectory:
|
||||
page_element = <RoomDirectory
|
||||
collapsedRhs={ this.state.collapse_rhs }
|
||||
config={this.props.config.roomDirectory}
|
||||
/>
|
||||
if (!this.state.collapse_rhs) right_panel = <RightPanel opacity={this.state.sideOpacity}/>
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue