Hide things that aren't wired up yet
This commit is contained in:
parent
02846c4fff
commit
79c2a5abd6
6 changed files with 20 additions and 9 deletions
|
@ -52,7 +52,7 @@ module.exports = React.createClass({
|
|||
if (this.props.roomId) {
|
||||
buttonGroup =
|
||||
<div className="mx_RightPanel_headerButtonGroup">
|
||||
<div className="mx_RightPanel_headerButton">
|
||||
<div className="mx_RightPanel_headerButton mx_RightPanel_filebutton">
|
||||
<img src="img/file.png" width="32" height="32" alt="Files"/>
|
||||
</div>
|
||||
<div className="mx_RightPanel_headerButton" onClick={ this.onMemberListButtonClick }>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue