Skip to content

Commit

Permalink
Merge pull request #159 from scttcper/master
Browse files Browse the repository at this point in the history
remove unused name
  • Loading branch information
EtienneLem authored Jan 15, 2018
2 parents 1f8254d + 8e83059 commit e5441d6
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 e5441d6

Please sign in to comment.