+
+
+ { this.getLabel("Start chat", this.state.peopleHover) }
+
{ this.getLabel("Room directory", this.state.directoryHover) }
@@ -109,10 +113,6 @@ module.exports = React.createClass({
{ this.getLabel("Create new room", this.state.roomsHover) }
-
-
- { this.getLabel("New direct message", this.state.peopleHover) }
-
{ this.getLabel("Settings", this.state.settingsHover) }
diff --git a/src/components/structures/RightPanel.js b/src/components/structures/RightPanel.js
index d2b36cf4..e4555658 100644
--- a/src/components/structures/RightPanel.js
+++ b/src/components/structures/RightPanel.js
@@ -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 : {