Skip to content

Commit

Permalink
Fix drag preview
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Feb 6, 2017
1 parent ce8dbc8 commit b7532eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/photo/drag-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class PhotoDragPreview extends Component {
render() {
return (
<div className={cn(this.classes)}>
<Thumbnail {...this.props} photo={this.item}/>
<Thumbnail {...this.props} id={this.item.id}/>
{this.count > 1 &&
<div className="badge">{this.count}</div>
}
Expand Down

0 comments on commit b7532eb

Please sign in to comment.