Skip to content

Lesson #12 #37

Description

@CStras

If you followed the video tutorial to the end and do not see the site displaying the previews for mario's blogs, the simple issue is that 'blog' is suppose to be 'blogs'.

<BlogList blogs={blogs.filter(blog => blog.author === 'mario')} title="Mario's Blogs" />
=>
<BlogList blogs={blogs.filter(blogs => blog.author === 'mario')} title="Mario's Blogs" />

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions