Created
October 6, 2019 05:04
-
-
Save simbathesailor/e86000e71751d76ae7818655be416ee6 to your computer and use it in GitHub Desktop.
Props and state(ReturnJObComponent)
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
{ | |
jobs.map((job, index) => { | |
return <Job key={index} job={job} /> | |
}) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment