From 1f41575d988c79847875a669fbd45f0284affbb5 Mon Sep 17 00:00:00 2001 From: amirhouieh Date: Sun, 14 May 2023 12:05:30 +0200 Subject: [PATCH] close #43 --- src/components/PostList/PostList.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 && ( + + )} ) }