Naming conventions

This commit is contained in:
Erik Johnston 2015-07-14 17:48:12 +01:00
parent bb06b752b4
commit 4f7dcdf566
3 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ module.exports = React.createClass({
render: function() {
return (
<select className="mx_PresetOption" onChange={this.onValueChanged} defaultValue={this.state.preset}>
<select className="mx_Presets" onChange={this.onValueChanged} defaultValue={this.state.preset}>
<option value="private_chat">Private Chat</option>
<option value="public_chat">Public Chat</option>
</select>