From 62ff945ff60a68930aa45b406095fc612850cd9b Mon Sep 17 00:00:00 2001 From: efarooqui Date: Fri, 30 Apr 2021 18:57:34 -0700 Subject: [PATCH] Extraneous comment --- src/components/time/Timeline.js | 1 + 1 file changed, 1 insertion(+) 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 =