Merge pull request #159 from scttcper/master

remove unused name
release
Etienne Lemay 2018-01-15 17:03:42 -05:00 committed by GitHub
commit e5441d637e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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`