wip for collapsable RHS

This commit is contained in:
Matthew Hodgson
2016-09-13 12:18:09 +01:00
parent 562c3b0e04
commit 7b25f4e069
2 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ module.exports = React.createClass({
propTypes: {
userId: React.PropTypes.string, // if showing an orphaned MemberInfo page, this is set
roomId: React.PropTypes.string, // if showing panels for a given room, this is set
collapsed: React.PropTypes.bool,
collapsed: React.PropTypes.bool, // currently unused property to request for a minimized view of the panel
},
Phase : {