prettier
This commit is contained in:
parent
76b26e2991
commit
749fa3219e
2 changed files with 2 additions and 7 deletions
|
|
@ -8,4 +8,4 @@ const vehicleCategories = {
|
||||||
SEMI: "SEMI",
|
SEMI: "SEMI",
|
||||||
};
|
};
|
||||||
|
|
||||||
export { vehicleCategories };
|
export { vehicleCategories };
|
||||||
|
|
|
||||||
|
|
@ -184,12 +184,7 @@ export default {
|
||||||
joinedShops = "no-shops";
|
joinedShops = "no-shops";
|
||||||
}
|
}
|
||||||
|
|
||||||
this.pushEventToGA(
|
this.pushEventToGA(this.GaCategories.SERVICE_LOCATION, gaAction, joinedShops, true);
|
||||||
this.GaCategories.SERVICE_LOCATION,
|
|
||||||
gaAction,
|
|
||||||
joinedShops,
|
|
||||||
true
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.answers.length === 0) {
|
if (this.answers.length === 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue