Merge pull request #3516 from matrix-org/t3chguy/clean_out_useless_errors
Cull some easily fixable errors which make the console a mess
This commit is contained in:
commit
06c612ba3d
15 changed files with 16 additions and 25 deletions
|
@ -409,10 +409,6 @@ export default createReactClass({
|
|||
groupIsNew: PropTypes.bool,
|
||||
},
|
||||
|
||||
childContextTypes: {
|
||||
groupStore: PropTypes.instanceOf(GroupStore),
|
||||
},
|
||||
|
||||
getInitialState: function() {
|
||||
return {
|
||||
summary: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue