mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Merge pull request #4999 from vector-im/dbkr/fix_missing_isinvite_warning
Make isInvite default to false
This commit is contained in:
commit
ff8527c819
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,8 @@ var RoomSubList = React.createClass({
|
|||
getDefaultProps: function() {
|
||||
return {
|
||||
onHeaderClick: function() {}, // NOP
|
||||
onShowMoreRooms: function() {} // NOP
|
||||
onShowMoreRooms: function() {}, // NOP
|
||||
isInvite: false,
|
||||
};
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue