We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5410750 commit b1ef6fbCopy full SHA for b1ef6fb
src/components/Blog.tsx
@@ -25,7 +25,7 @@ const Blog = () => {
25
return <BlogPost slug={selectedPostSlug} onBack={handleBackToList} />;
26
}
27
28
- return <BlogList onPostSelect={handlePostSelect} />;
+ return <BlogList />;
29
};
30
31
export default Blog;
0 commit comments