From 3000e223b81febb439d8ec7f09912eac7d3a08e4 Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Wed, 13 Sep 2023 16:03:03 +0200 Subject: [PATCH] chore: dont bother with the old format --- src/components/interpretations/Interpretations.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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))