CASH-353 - Removed hardcoded boolean values

This commit is contained in:
Minojhini Valaiyapathi 2025-04-08 15:21:36 -04:00
parent 1e4f5f24ed
commit 3a5b215bde

View file

@ -430,7 +430,7 @@ export default {
);
},
isBigTruckAndCanService() {
return true;//this.isBigTruck && this.canSafeliteService;
return this.isBigTruck && this.canSafeliteService;
},
},
methods: {