From da6a4e3da537a24ee0271daf5daafa29b032255c Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Mon, 7 May 2018 23:41:09 -0700 Subject: [PATCH] Remove authorImage authorImage was replaced by authorImageURL in https://github.com/facebook/Docusaurus/pull/577 authorImage was removed from react-native-website in https://github.com/facebook/react-native-website/pull/314 authorImage was undocumented, so no docs changes --- lib/core/BlogPost.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/core/BlogPost.js b/lib/core/BlogPost.js index 5386946d826ee..09c051b4f7692 100644 --- a/lib/core/BlogPost.js +++ b/lib/core/BlogPost.js @@ -56,14 +56,6 @@ class BlogPost extends React.Component { ); - } else if (post.authorImage) { - return ( -
- - - -
- ); } else if (post.authorImageURL) { return (