Unnecessary props

This commit is contained in:
Luke Barnard 2016-11-10 13:26:27 +00:00
parent 566034cf2b
commit e2936376b6

View file

@ -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() {