diff --git a/frontend/app/components/shared/Filters/FilterList/FilterList.tsx b/frontend/app/components/shared/Filters/FilterList/FilterList.tsx
index 9596556cf..766e41a7b 100644
--- a/frontend/app/components/shared/Filters/FilterList/FilterList.tsx
+++ b/frontend/app/components/shared/Filters/FilterList/FilterList.tsx
@@ -230,6 +230,10 @@ function FilterList(props: Props) {
FILTERS
{filters.map((filter: any, filterIndex: any) =>
!filter.isEvent ? (
+
+
) : null
)}
>
diff --git a/frontend/app/components/shared/MainSearchBar/MainSearchBar.tsx b/frontend/app/components/shared/MainSearchBar/MainSearchBar.tsx
index 14916650e..bc2521b44 100644
--- a/frontend/app/components/shared/MainSearchBar/MainSearchBar.tsx
+++ b/frontend/app/components/shared/MainSearchBar/MainSearchBar.tsx
@@ -37,7 +37,7 @@ const MainSearchBar = (props: Props) => {
-