Unnecessary props
parent
566034cf2b
commit
e2936376b6
|
|
@ -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 New Issue