Skip to content

Commit

Permalink
CMS-351: Inactive subareas are shown in Dates of Operation (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
molund authored Aug 20, 2024
1 parent 152ad47 commit 8b9728f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gatsby/src/components/park/parkDates.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ export default function ParkDates({ data }) {
</button>
)}
{subAreas
.filter(subArea => subArea.isActive)
.map((subArea, index) => (
<AccordionList
key={index}
Expand Down

0 comments on commit 8b9728f

Please sign in to comment.