list power like this for now

pull/296/head
Matthew Hodgson 2015-10-25 23:01:16 +00:00
parent 7fdb82d87f
commit ed76a46739
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@ module.exports = React.createClass({
<div className="mx_MemberInfo_profileField">
{ this.props.member.userId }
</div>
<div className="mx_MemberInfo_profileField">
power: { this.props.member.powerLevelNorm }%
</div>
<div className="mx_MemberInfo_buttons">
{interactButton}
{muteButton}