Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Rename mx_PresetOptions to mx_Presets
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Jul 14, 2015
1 parent bb06b75 commit d1a3bc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion skins/base/views/organisms/RoomView.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ var RoomViewController = require("../../../../src/controllers/organisms/RoomView

var Loader = require("react-loader");

var CreateRoomController = ComponentBroker.get('organisms/CreateRoom');


module.exports = React.createClass({
displayName: 'RoomView',
Expand Down Expand Up @@ -69,6 +71,7 @@ module.exports = React.createClass({
<div className="mx_RoomView">
<RoomHeader room={this.state.room} />
<div className="mx_RoomView_roomWrapper">
<CreateRoomController />
<div className="mx_RoomView_messagePanel">
<div ref="messageWrapper" className="mx_RoomView_messageListWrapper" onScroll={this.onMessageListScroll}>
<div className="mx_RoomView_MessageList" aria-live="polite">
Expand All @@ -86,4 +89,3 @@ module.exports = React.createClass({
}
},
});

0 comments on commit d1a3bc7

Please sign in to comment.