Skip to content

Commit

Permalink
added isSelected proptype
Browse files Browse the repository at this point in the history
  • Loading branch information
benhowell committed Sep 16, 2016
1 parent 46bb9c2 commit e86c21e
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 @@ -229,7 +229,8 @@ Gallery.propTypes = {
srcset: PropTypes.array,
caption: PropTypes.string,
thumbnailWidth: PropTypes.number.isRequired,
thumbnailHeight: PropTypes.number.isRequired
thumbnailHeight: PropTypes.number.isRequired,
isSelected: PropTypes.bool
})
).isRequired,
enableImageSelection: PropTypes.bool,
Expand Down

0 comments on commit e86c21e

Please sign in to comment.