prettier
This commit is contained in:
parent
ab549b9f3b
commit
eb33bd46ff
1 changed files with 3 additions and 1 deletions
|
|
@ -426,7 +426,9 @@ export default {
|
|||
);
|
||||
},
|
||||
showHeavyTruck() {
|
||||
return this.vehicleSubType === vehicleSubTypes.HEAVY_TRUCK && !this.displayNoServiceAlert;
|
||||
return (
|
||||
this.vehicleSubType === vehicleSubTypes.HEAVY_TRUCK && !this.displayNoServiceAlert
|
||||
);
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue