From 7c6eb87870753e4bc792d8b5025ee186e614d12a Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Thu, 24 Mar 2022 18:10:27 -0700 Subject: [PATCH] client: remove filters for post search --- 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 81a2dfd7..fcdd347a 100644 --- a/client/components/post-list/index.tsx +++ b/client/components/post-list/index.tsx @@ -81,7 +81,6 @@ const PostList = ({ morePosts, initialPosts, error }: Props) => { clearable placeholder="Search..." onChange={debouncedSearchHandler} /> - Available filters: is:visibility {error && Failed to load.} {!posts && searching &&