diff --git a/src/components/mdx/BlogPosts/BlogPosts.tsx b/src/components/mdx/BlogPosts/BlogPosts.tsx index 7f2fc1e..287ec92 100644 --- a/src/components/mdx/BlogPosts/BlogPosts.tsx +++ b/src/components/mdx/BlogPosts/BlogPosts.tsx @@ -101,7 +101,7 @@ export const BlogPosts = ({ children }: TProps): JSX.Element => { return (
- {[...posts, ...posts].map((post, i) => ( + {posts.map((post, i) => ( ))}