mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-08 03:18:36 +03:00
Removing extraneous comment
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user