Skip to content

Commit

Permalink
add queryParamKey back in
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed May 6, 2024
1 parent ce71ac2 commit c44f8d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export function SearchFilterAccordion({
title: getAccordionTitle(),
content: getAccordionContent(),
expanded: false,
id: "funding-instrument-filter",
id: `funding-instrument-filter-${queryParamKey}`,
headingLevel: "h2",
},
];
Expand Down

0 comments on commit c44f8d0

Please sign in to comment.