diff --git a/src/components/Timeline.jsx b/src/components/Timeline.jsx index f7bca34..3e55d27 100644 --- a/src/components/Timeline.jsx +++ b/src/components/Timeline.jsx @@ -268,13 +268,11 @@ class Timeline extends React.Component { } getY (event) { - const { features, domain } = this.props const { USE_CATEGORIES, GRAPH_NONLOCATED } = features const { categories } = domain const categoriesExist = USE_CATEGORIES && categories && categories.length > 0 - if (!categoriesExist) { return this.state.dims.trackHeight / 2 }