Skip to content

Commit

Permalink
Remove authorImage
Browse files Browse the repository at this point in the history
authorImage was replaced by authorImageURL in facebook#577

authorImage was removed from react-native-website in facebook/react-native-website#314 

authorImage was undocumented, so no docs changes
  • Loading branch information
amyrlam committed May 8, 2018
1 parent 0ea685d commit 2c18a5f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/core/BlogPost.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ class BlogPost extends React.Component {
</a>
</div>
);
} else if (post.authorImage) {
return (
<div className={className}>
<a href={post.authorURL} target="_blank" rel="noreferrer noopener">
<img src={post.authorImage} />
</a>
</div>
);
} else if (post.authorImageURL) {
return (
<div className={className}>
Expand Down

0 comments on commit 2c18a5f

Please sign in to comment.