diff --git a/src/components/category.js b/src/components/category.js index 88fa0a5..a9579b8 100644 --- a/src/components/category.js +++ b/src/components/category.js @@ -83,7 +83,6 @@ export default class Category extends React.Component { margin = margin > this.maxMargin ? this.maxMargin : margin if (margin == this.margin) return - var { name } = this.props if (!this.props.hasStickyPosition) { this.label.style.top = `${margin}px`