Skip to content

Commit

Permalink
Merge pull request #108 from ostdotcom/imagegallery-patch-1
Browse files Browse the repository at this point in the history
ImageGallery Exception handled silently
  • Loading branch information
Ashutoshlodhi authored Oct 17, 2019
2 parents 031c2b5 + e806f0c commit e72599c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImageGallery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ImageGallery extends Component {
);
})
.catch((err) => {
alert('Could not fetch photos!', err);
// Exception handled silently
})
.finally(() => {
this.setState({
Expand Down

0 comments on commit e72599c

Please sign in to comment.