remove unused name

release
Scott Cooper 2018-01-10 22:41:50 -08:00
parent cab9f143f4
commit 8e83059f58
1 changed files with 0 additions and 1 deletions

View File

@ -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`