diff --git a/backend/src/components/AgencyFilter.tsx b/backend/src/components/AgencyFilter.tsx index 1d32429f..17e033ad 100644 --- a/backend/src/components/AgencyFilter.tsx +++ b/backend/src/components/AgencyFilter.tsx @@ -103,7 +103,7 @@ const AgencyFilter = ({ } return ( - ((agencies.length > 1 && agencies.length < 17) + (agencies.length > 1 && ( - {agency.fullName} + {agency.fullName} ))} diff --git a/frontend/src/components/AgencyFilter.tsx b/frontend/src/components/AgencyFilter.tsx index 398024d7..297a1c90 100644 --- a/frontend/src/components/AgencyFilter.tsx +++ b/frontend/src/components/AgencyFilter.tsx @@ -128,7 +128,11 @@ const AgencyFilter = ({ role="button" tabIndex={0} > - {agency.fullName} + {agency.fullName} ))}