prettier
This commit is contained in:
CarlNation 2025-03-17 13:43:49 -04:00
parent e6b845f843
commit 1274ee201a

View file

@ -427,9 +427,7 @@ export default {
);
},
isHeavyTruck() {
return (
this.vehicleSubType === vehicleSubTypes.HEAVY_TRUCK && this.canSafeliteService
);
return this.vehicleSubType === vehicleSubTypes.HEAVY_TRUCK && this.canSafeliteService;
},
},
methods: {