Skip to content

Commit

Permalink
remove unused name
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Jan 11, 2018
1 parent cab9f14 commit 8e83059
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/category.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 8e83059

Please sign in to comment.