Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lesson #12 #37

Open
CStras opened this issue Jan 26, 2024 · 0 comments
Open

Lesson #12 #37

CStras opened this issue Jan 26, 2024 · 0 comments

Comments

@CStras
Copy link

CStras commented Jan 26, 2024

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" />

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

No branches or pull requests

1 participant