This commit is contained in:
CarlNation 2025-04-03 12:07:11 -04:00
parent 76b26e2991
commit 749fa3219e
2 changed files with 2 additions and 7 deletions

View file

@ -8,4 +8,4 @@ const vehicleCategories = {
SEMI: "SEMI",
};
export { vehicleCategories };
export { vehicleCategories };

View file

@ -184,12 +184,7 @@ export default {
joinedShops = "no-shops";
}
this.pushEventToGA(
this.GaCategories.SERVICE_LOCATION,
gaAction,
joinedShops,
true
);
this.pushEventToGA(this.GaCategories.SERVICE_LOCATION, gaAction, joinedShops, true);
}
if (this.answers.length === 0) {