fix badge layout

This commit is contained in:
Matthew Hodgson 2016-01-20 15:52:34 +00:00
parent 5c105a50e2
commit dbcbd2aad8

View file

@ -128,10 +128,10 @@ module.exports = React.createClass({
onClick={ this.props.onClick } onMouseEnter={ this.mouseEnter } onClick={ this.props.onClick } onMouseEnter={ this.mouseEnter }
onMouseLeave={ this.mouseLeave }> onMouseLeave={ this.mouseLeave }>
<div className="mx_EntityTile_avatar"> <div className="mx_EntityTile_avatar">
{av} { av }
{ power }
</div> </div>
{ nameEl } { nameEl }
{ power }
{ inviteButton } { inviteButton }
</div> </div>
); );