From 7450840a36fe27d773002ded37e3ca702a838271 Mon Sep 17 00:00:00 2001 From: Katie Date: Thu, 28 Jul 2022 16:11:31 -0400 Subject: [PATCH] CSR-756 Cleanup --- src/router/index.js | 2 -- src/ux-components/list-card/list-card.vue | 9 +-------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index ec4d86c0b..767b9ab18 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -223,8 +223,6 @@ function navigateToUrl(url, optionalQuery = {}) { for (const queryKey in optionalQuery) { externalUrl.searchParams.append(queryKey, optionalQuery[queryKey]); } - - externalUrl.searchParams.append("experiments", "ConceptFunnel=ConceptFunnel_V1=ConceptFunnel_TEST=true"); window.location.assign(externalUrl); } diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue index f368f95f4..aa1044113 100644 --- a/src/ux-components/list-card/list-card.vue +++ b/src/ux-components/list-card/list-card.vue @@ -63,7 +63,7 @@