Skip to content

Commit

Permalink
[Tech] delate space in url
Browse files Browse the repository at this point in the history
  • Loading branch information
claire2212 committed Dec 18, 2024
1 parent 63d2d67 commit b1010c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const TerritorialPressure = forwardRef<HTMLDivElement, TerritorialPressur
const formattedRegulatoryAreaLink = useMemo(
() =>
regulatoryAreaIds
? `groupe_d'entit%25C3%25A9-r%25C3%25A9glementaires= &id=${regulatoryAreaIds.join(
? `groupe_d'entit%25C3%25A9-r%25C3%25A9glementaires=&id=${regulatoryAreaIds.join(
'&id='
)}&ann%25C3%25A9e=${currentYear}`
: '',
Expand Down

0 comments on commit b1010c4

Please sign in to comment.