correct comment

pull/21833/head
Luke Barnard 2016-11-10 17:22:16 +00:00
parent b11dd9542f
commit d2d7ebc979
1 changed files with 2 additions and 2 deletions

View File

@ -305,8 +305,8 @@ module.exports = React.createClass({
} }
summarisedEvents.push(collapsedMxEv); summarisedEvents.push(collapsedMxEv);
} }
// At this point, i = this.props.events.length OR i = the index of the first event // At this point, i = this.props.events.length OR i = the index of the last
// to NOT be a MembershipChange after a sequence of MembershipChanges // MembershipChange in a sequence of MembershipChanges
let renderEvents = (pEvent, events) => { let renderEvents = (pEvent, events) => {
if (events.length === 0) { if (events.length === 0) {