dont set initial phase, show panel when collapsed

This commit is contained in:
Bruno Windels 2018-12-17 15:55:26 +01:00
parent f7b6e9c6fc
commit a734fb9d35
3 changed files with 4 additions and 4 deletions

View file

@ -424,7 +424,7 @@ module.exports = React.createClass({
{ saveButton }
{ cancelButton }
{ rightRow }
<RoomHeaderButtons />
<RoomHeaderButtons collapsedRhs={this.props.collapsedRhs} />
</div>
</div>
);