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() { isHeavyTruck() {
return ( return this.vehicleSubType === vehicleSubTypes.HEAVY_TRUCK && this.canSafeliteService;
this.vehicleSubType === vehicleSubTypes.HEAVY_TRUCK && this.canSafeliteService
);
}, },
}, },
methods: { methods: {