diff --git a/src/components/interpretations/Interpretations.js b/src/components/interpretations/Interpretations.js index b2f7bd477..c83fa58f9 100644 --- a/src/components/interpretations/Interpretations.js +++ b/src/components/interpretations/Interpretations.js @@ -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))