From 0430ecbe02b32c84d9ca40d131f5dc37393b1f6b Mon Sep 17 00:00:00 2001 From: efarooqui Date: Tue, 11 May 2021 21:24:06 -0700 Subject: [PATCH] Removing extraneous comment --- src/components/time/Timeline.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/time/Timeline.js b/src/components/time/Timeline.js index 7eb2820..64a3364 100644 --- a/src/components/time/Timeline.js +++ b/src/components/time/Timeline.js @@ -107,7 +107,6 @@ class Timeline extends React.Component { const catsYpos = categories.map((g, i) => { return (i + 1) * catHeight + marginTop + extraPadding / 2; }); - // const catMap = categories.map((c) => c.title); return (cat) => { const idx = categories.indexOf(cat);