diff --git a/client/components/post-list/index.tsx b/client/components/post-list/index.tsx index 85330658..81a2dfd7 100644 --- a/client/components/post-list/index.tsx +++ b/client/components/post-list/index.tsx @@ -93,7 +93,6 @@ const PostList = ({ morePosts, initialPosts, error }: Props) => { } {posts?.length === 0 && !error && No posts found.Create one here.} - {posts?.length === 0 && No posts returned. Create one here.} { posts?.length > 0 &&