Created
August 20, 2021 04:27
-
-
Save gabrielEloy/05d961ee9b77e9358ed9747d1d6b6a62 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
{results && results.map((user,index) => ( | |
<div className="post" key={index}> | |
<span>{user.get('authorName')}</span> | |
<p>{user.get('text')}</p> | |
</div>))} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment