Last active
July 13, 2018 19:40
-
-
Save yevbar/16b2e556b9f957c0c8055f53e026de94 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<ol> | |
{postsArray.map(post => { | |
return <Post key={postsArray.indexOf(post)} post={post}/> | |
})} | |
</ol> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment