pull/175/head
Matthew Hodgson 2015-09-15 15:18:39 +01:00
parent 737fc74756
commit ce2632bbe6
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ module.exports = React.createClass({
}
return (
<div className={mainClassName} title={ this.getPowerLabel } onClick={ this.onClick } onMouseEnter={ this.mouseEnter } onMouseLeave={ this.mouseLeave }>
<div className={mainClassName} title={ this.getPowerLabel() } onClick={ this.onClick } onMouseEnter={ this.mouseEnter } onMouseLeave={ this.mouseLeave }>
{ menu }
<div className="mx_MemberTile_avatar">
<MemberAvatar member={this.props.member} />