diff --git a/src/components/posts/index.tsx b/src/components/posts/index.tsx index e740bf8..ea8e54e 100644 --- a/src/components/posts/index.tsx +++ b/src/components/posts/index.tsx @@ -318,13 +318,14 @@ export default function Posts() { /> ) : ( -
- {stickyPosts && - stickyPosts.length > 0 && - stickyPosts.map((post) => ( + stickyPosts && + stickyPosts.length > 0 && ( +
+ {stickyPosts.map((post) => ( ))} -
+
+ ) )}