diff --git a/src/components/time/Timeline.js b/src/components/time/Timeline.js index 4472c46..c5b5744 100644 --- a/src/components/time/Timeline.js +++ b/src/components/time/Timeline.js @@ -304,6 +304,7 @@ class Timeline extends React.Component { getY(event) { const { features, domain } = this.props; const { USE_CATEGORIES, GRAPH_NONLOCATED } = features; + // Categories represent active categories here const { categories } = domain; const categoriesExist =