diff --git a/frontend/app/components/shared/Filters/FilterSelection/FilterSelection.tsx b/frontend/app/components/shared/Filters/FilterSelection/FilterSelection.tsx index b6c8070b7..de6cdbaa5 100644 --- a/frontend/app/components/shared/Filters/FilterSelection/FilterSelection.tsx +++ b/frontend/app/components/shared/Filters/FilterSelection/FilterSelection.tsx @@ -74,7 +74,7 @@ function FilterSelection(props: Props) { onClick={() => setShowModal(true)} >
{getNewIcon(filter)}
-
{`${filter.category} •`}
+
{`${filter.subCategory ? filter.subCategory : filter.category} •`}