onClick MELS avatars = expand MELS; fixes https://github.com/vector-im/riot-web/issues/3899
This commit is contained in:
parent
7d8c104cb8
commit
82092dc2d8
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ module.exports = React.createClass({
|
|||
);
|
||||
});
|
||||
return (
|
||||
<span className="mx_MemberEventListSummary_avatars">
|
||||
<span className="mx_MemberEventListSummary_avatars" onClick={ this._toggleSummary }>
|
||||
{avatars}
|
||||
</span>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue