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() {
|
||||
return (
|
||||
this.vehicleSubType === vehicleSubTypes.HEAVY_TRUCK && this.canSafeliteService
|
||||
);
|
||||
return this.vehicleSubType === vehicleSubTypes.HEAVY_TRUCK && this.canSafeliteService;
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue