prettier
prettier
This commit is contained in:
parent
e6b845f843
commit
1274ee201a
1 changed files with 1 additions and 3 deletions
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue