Skip to content

Conversation

@jcahill53
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

function MissedBlog({ missedImage, missedTitle, missedDescription, missedAuthorImage, missedAuthorName, missedAuthorMedMem, missedPostedDate, missedMinutesToRead }) {

let date = new Date(missedPostedDate);
let month = date.toLocaleString('en-us', { month: 'short' });
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice method of getting the month 👍

missedMinutesToRead={missedArticle.minutesToRead}
missedHasAudioAvailable={missedArticle.hasAudioAvailable}
missedMemberPreview={missedArticle.memberPreview}
/>
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks great! Just missing rendering the audio/member props in each component.

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