Last active
December 17, 2020 10:20
-
-
Save velotiotech/f2cccc1cb87ba2cfb03ed93def46a208 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (!blogPostById) { | |
return null; | |
} | |
return ( | |
<div> | |
<BlogPostHead blogPost={blogPostById} /> | |
<BlogPostBody blogPost={blogPostById} /> | |
</div> | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment