From 21332a7d1e326b794fd98ecfe57a6f30e17c3144 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Thu, 24 Mar 2022 18:09:37 -0700 Subject: [PATCH] client: remove extra message on 'mine' page --- client/components/post-list/index.tsx | 1 - 1 file changed, 1 deletion(-) 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 &&