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
|
@ -155,7 +155,7 @@ module.exports = React.createClass({
|
|||
<div>
|
||||
<label><input type="checkbox" ref="share_history" checked={this.state.share_history} onChange={this.onShareHistoryChanged}/> Share message history with new users</label>
|
||||
</div>
|
||||
<div>
|
||||
<div className="mx_CreateRoom_encrypt">
|
||||
<label><input type="checkbox" ref="encrypt" checked={this.state.encrypt} onChange={this.onEncryptChanged}/> Encrypt room</label>
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue