This commit is contained in:
CarlNation 2025-03-04 10:23:22 -05:00
parent ab549b9f3b
commit eb33bd46ff

View file

@ -426,7 +426,9 @@ export default {
);
},
showHeavyTruck() {
return this.vehicleSubType === vehicleSubTypes.HEAVY_TRUCK && !this.displayNoServiceAlert;
return (
this.vehicleSubType === vehicleSubTypes.HEAVY_TRUCK && !this.displayNoServiceAlert
);
},
},
methods: {