Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
flachware committed Feb 9, 2018
1 parent 05589c3 commit e302c3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/photo/iterator.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class PhotoIterator extends Iterator {
return {
'drop-target': this.isSortable,
'over': this.props.isOver,
'photo': true,
[this.orientation]: true
}
}
Expand Down
1 change: 0 additions & 1 deletion src/components/selection/iterator.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class SelectionIterator extends Iterator {
return {
'drop-target': this.isSortable,
'over': this.props.isOver,
'selection': true,
[this.orientation]: true
}
}
Expand Down

0 comments on commit e302c3a

Please sign in to comment.