Skip to content

Completed Homework#12

Open
dgallinger wants to merge 1 commit intofrontend-application-development-uw20:masterfrom
dgallinger:master
Open

Completed Homework#12
dgallinger wants to merge 1 commit intofrontend-application-development-uw20:masterfrom
dgallinger:master

Conversation

@dgallinger
Copy link

Week 2 HW Submission

Please fill out the information below in order to complete your assignment. Feel free to update this comment later if necessary.

  • Comfort rating on this assignment: 1|2|3|4|5
  • Completion rating on this assignment: complete|incomplete

"@testing-library/user-event": "^7.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For next time, don't forget to include prop-types in the dependencies list

return (

<div>
<img src={author.map((info, i) => info.image)} alt='' />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since author is an object, you can just use author.image here. Same goes for the name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants