CASH-353 - Removed hardcoded boolean values
This commit is contained in:
parent
1e4f5f24ed
commit
3a5b215bde
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ export default {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
isBigTruckAndCanService() {
|
isBigTruckAndCanService() {
|
||||||
return true;//this.isBigTruck && this.canSafeliteService;
|
return this.isBigTruck && this.canSafeliteService;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue