Unnecessary props
This commit is contained in:
parent
566034cf2b
commit
e2936376b6
1 changed files with 0 additions and 3 deletions
|
@ -29,9 +29,6 @@ module.exports = React.createClass({
|
||||||
avatarsMaxLength: React.PropTypes.number,
|
avatarsMaxLength: React.PropTypes.number,
|
||||||
// The minimum number of events needed to trigger summarisation
|
// The minimum number of events needed to trigger summarisation
|
||||||
threshold: React.PropTypes.number,
|
threshold: React.PropTypes.number,
|
||||||
// The function to render events if they are not being summarised
|
|
||||||
renderEvents: React.PropTypes.function,
|
|
||||||
previousEvent: React.PropTypes.object,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
getInitialState: function() {
|
getInitialState: function() {
|
||||||
|
|
Loading…
Reference in a new issue