Skip to content

Commit ce2632b

Browse files
committed
thinko
1 parent 737fc74 commit ce2632b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skins/base/views/molecules/MemberTile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ module.exports = React.createClass({
180180
}
181181

182182
return (
183-
<div className={mainClassName} title={ this.getPowerLabel } onClick={ this.onClick } onMouseEnter={ this.mouseEnter } onMouseLeave={ this.mouseLeave }>
183+
<div className={mainClassName} title={ this.getPowerLabel() } onClick={ this.onClick } onMouseEnter={ this.mouseEnter } onMouseLeave={ this.mouseLeave }>
184184
{ menu }
185185
<div className="mx_MemberTile_avatar">
186186
<MemberAvatar member={this.props.member} />

0 commit comments

Comments
 (0)