Skip to content

Commit

Permalink
Merge pull request #4999 from vector-im/dbkr/fix_missing_isinvite_war…
Browse files Browse the repository at this point in the history
…ning

Make isInvite default to false
  • Loading branch information
dbkr authored Sep 7, 2017
2 parents d374425 + 76be54b commit ff8527c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/structures/RoomSubList.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ var RoomSubList = React.createClass({
getDefaultProps: function() {
return {
onHeaderClick: function() {}, // NOP
onShowMoreRooms: function() {} // NOP
onShowMoreRooms: function() {}, // NOP
isInvite: false,
};
},

Expand Down

0 comments on commit ff8527c

Please sign in to comment.