1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Revert so that the

This commit is contained in:
wmwragg
2016-07-29 17:53:18 +01:00
parent 229664a624
commit 1487c600ee

View File

@@ -229,15 +229,11 @@ module.exports = React.createClass({
return connectDragSource(connectDropTarget(
<div className={classes} onMouseEnter={this.onMouseEnter} onMouseLeave={this.onMouseLeave}>
<div className="mx_RoomTile_avatarWrapper">
<div className={avatarClasses}>
<RoomAvatar onClick={this.onClick} room={this.props.room} width={24} height={24} />
</div>
</div>
{ label }
<div className="mx_RoomTile_badgeWrapper">
{ badge }
</div>
{ incomingCallBox }
{ tooltip }
</div>