diff --git a/src/components/PostList/PostList.tsx b/src/components/PostList/PostList.tsx
index e62481f..0227f77 100644
--- a/src/components/PostList/PostList.tsx
+++ b/src/components/PostList/PostList.tsx
@@ -68,9 +68,11 @@ export const PostsList = (props: Props) => {
)}
-
+ {posts.length > pageSize && (
+
+ )}
)
}