CSR-1928 use comma separator instead of slash
This commit is contained in:
CarlNation 2024-10-04 05:17:05 -04:00
parent 29d3b5fae2
commit 74749f4172

View file

@ -182,7 +182,7 @@ export default {
this.pushEventToGA(
this.GaCategories.SERVICE_LOCATION,
gaAction,
shops.join("/"),
shops.join(","),
true
);
}