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

pull/21833/head
Matthew Hodgson 2017-05-15 02:14:50 +01:00
parent 7d8c104cb8
commit 82092dc2d8
1 changed files with 1 additions and 1 deletions

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>
);