Silence some more react warnings

Remove some spurious props which were causing react warnings
This commit is contained in:
Richard van der Hoff 2016-08-01 17:10:46 +01:00
parent 5b100eeff3
commit 124a816751
2 changed files with 6 additions and 3 deletions

View file

@ -492,7 +492,7 @@ module.exports = React.createClass({
invitedSection = (
<div className="mx_MemberList_invited">
<h2>Invited</h2>
<div autoshow={true} className="mx_MemberList_wrapper">
<div className="mx_MemberList_wrapper">
{invitedMemberTiles}
</div>
</div>