Skip to content

Commit b1ef6fb

Browse files
remove unused arg
1 parent 5410750 commit b1ef6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Blog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Blog = () => {
2525
return <BlogPost slug={selectedPostSlug} onBack={handleBackToList} />;
2626
}
2727

28-
return <BlogList onPostSelect={handlePostSelect} />;
28+
return <BlogList />;
2929
};
3030

3131
export default Blog;

0 commit comments

Comments
 (0)