Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
benhowell committed Sep 10, 2016
1 parent 46c9d49 commit 245989c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ class Gallery extends Component {
if(this.state.images != np.images){
this.setState({
images: np.images,
thumbnails: this.renderThumbs(this._gallery.clientWidth, np.images)
thumbnails: this.renderThumbs(this._gallery.clientWidth,
np.images)
});
}
}
Expand Down

0 comments on commit 245989c

Please sign in to comment.