fix badge layout
This commit is contained in:
parent
5c105a50e2
commit
dbcbd2aad8
1 changed files with 2 additions and 2 deletions
|
@ -129,9 +129,9 @@ module.exports = React.createClass({
|
||||||
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>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue