From 8e83059f586f023717036a126e07b69e50d5defa Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Wed, 10 Jan 2018 22:41:50 -0800 Subject: [PATCH] remove unused name --- src/components/category.js | 1 - 1 file changed, 1 deletion(-) 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`