Merge branch 'develop' into matthew/roomsettings2

This commit is contained in:
Kegan Dougal
2016-01-18 10:49:45 +00:00
7 changed files with 212 additions and 178 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ module.exports = React.createClass({
else {
roomAvatar = (
<div onClick={this.props.onSettingsClick}>
<RoomAvatar room={this.props.room} width="48" height="48"/>
<RoomAvatar room={this.props.room} width={48} height={48}/>
</div>
);
}