summaryrefslogtreecommitdiff
path: root/src/lib/ServiceList.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ServiceList.tsx')
-rw-r--r--src/lib/ServiceList.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ServiceList.tsx b/src/lib/ServiceList.tsx
index 8983bfa..be9a311 100644
--- a/src/lib/ServiceList.tsx
+++ b/src/lib/ServiceList.tsx
@@ -29,8 +29,8 @@ const ServiceList: React.FC = () => {
const filters = (
<>
- {service.searchBy && <ServiceSearch />}
{service.filters && <ServiceFilters />}
+ {service.searchBy && <ServiceSearch />}
</>
);