From 74749f4172df9d7646be2eb0b5569cd96654dd83 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Fri, 4 Oct 2024 05:17:05 -0400 Subject: [PATCH] CSR-1928 CSR-1928 use comma separator instead of slash --- src/layouts/service-location/shop-question/shop-question.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/service-location/shop-question/shop-question.vue b/src/layouts/service-location/shop-question/shop-question.vue index 08509eb40..a15d8bb0b 100644 --- a/src/layouts/service-location/shop-question/shop-question.vue +++ b/src/layouts/service-location/shop-question/shop-question.vue @@ -182,7 +182,7 @@ export default { this.pushEventToGA( this.GaCategories.SERVICE_LOCATION, gaAction, - shops.join("/"), + shops.join(","), true ); }