Skip to content

Commit

Permalink
chore: dont bother with the old format
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Sep 13, 2023
1 parent 279f5e5 commit 3000e22
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/interpretations/Interpretations.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ const Interpretations = () => {
useEffect(() => {
if (isMapLoaded) {
// analytics interpretation component uses camelcase
const urlInterpretationId =
getUrlParameter('interpretationid') ||
getUrlParameter('interpretationId')
const urlInterpretationId = getUrlParameter('interpretationId')

if (urlInterpretationId) {
dispatch(setInterpretation(urlInterpretationId))
Expand Down

0 comments on commit 3000e22

Please sign in to comment.