Skip to content

Commit

Permalink
Update AgencyFilter.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed May 1, 2024
1 parent 6b9baa4 commit ce6ec20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/components/AgencyFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const AgencyFilter = ({
}

return (
(agencies.length > 1
((agencies.length > 1 && agencies.length < 17)
&& (
<Accordion
title={commonStrings.AGENCY}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/AgencyFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const AgencyFilter = ({
}

return (
(agencies.length > 1
((agencies.length > 1 && agencies.length < 17)
&& (
<Accordion
title={commonStrings.AGENCY}
Expand Down

0 comments on commit ce6ec20

Please sign in to comment.