Skip to content

Commit

Permalink
Merge pull request #2 from SocialMediaEmotions/kafil/bugs/19
Browse files Browse the repository at this point in the history
[kafil/bugs/19] fix: avatar placeholder issue
  • Loading branch information
EgidioCaprino authored Feb 28, 2019
2 parents f743946 + f532a6e commit 48b7a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class FastImage extends Component {
}

componentDidUpdate(prevProps, prevState) {
if (this.props.source === prevProps.source) {
if (this.props.source.uri === prevProps.source.uri) {
return
}

Expand Down

0 comments on commit 48b7a5c

Please sign in to comment.