Skip to content

Commit

Permalink
Fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
benhowell committed Sep 10, 2016
1 parent 245989c commit 6a6e6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class Gallery extends Component {
render () {
var images = this.state.thumbnails.map((item, idx) => {
return <Image
key={item.src}
key={"Image-"+idx+"-"+item.src}
item={item}
index={idx}
margin={this.props.margin}
Expand Down

0 comments on commit 6a6e6f4

Please sign in to comment.