correct comment
This commit is contained in:
parent
b11dd9542f
commit
d2d7ebc979
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue