From 65703793f6ed3f0d56d4e7faac9791b62431eccd Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Wed, 21 Jun 2023 00:01:31 -0400 Subject: [PATCH] fix: Fix Communities search/filter header #1417 --- .../components/community/communities.tsx | 28 +++++++++---------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/src/shared/components/community/communities.tsx b/src/shared/components/community/communities.tsx index 7cf072e..bf89782 100644 --- a/src/shared/components/community/communities.tsx +++ b/src/shared/components/community/communities.tsx @@ -100,19 +100,17 @@ export class Communities extends Component { const { listingType, page } = this.getCommunitiesQueryParams(); return (
-
-
-

{i18n.t("list_of_communities")}

- - - +

{i18n.t("list_of_communities")}

+
+
+
-
{this.searchForm()}
+
{this.searchForm()}
@@ -220,14 +218,14 @@ export class Communities extends Component { searchForm() { return (
{ -
-- 2.44.1