onClick MELS avatars = expand MELS; fixes https://github.com/vector-im/riot-web/issues/3899

This commit is contained in:
Matthew Hodgson 2017-05-15 02:14:50 +01:00
parent 7d8c104cb8
commit 82092dc2d8

View file

@ -269,7 +269,7 @@ module.exports = React.createClass({
);
});
return (
<span className="mx_MemberEventListSummary_avatars">
<span className="mx_MemberEventListSummary_avatars" onClick={ this._toggleSummary }>
{avatars}
</span>
);