Remove heavy truck front-end logic
Serviceability-Details handles this now
This commit is contained in:
parent
f69224c5c7
commit
ab4eb77ca5
1 changed files with 0 additions and 5 deletions
|
|
@ -74,11 +74,6 @@ export async function getZipCodeData(zipCode) {
|
|||
}
|
||||
|
||||
export function isServiceableMobileWithData(isGlassServiceableMobile, isRecalibrationServiceableMobile) {
|
||||
const isBigTruck = useMainStore().order.serviceLocation.isBigTruck;
|
||||
if (isBigTruck) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (isRecalibrationServiceableMobile === true || isRecalibrationServiceableMobile === false) {
|
||||
return (
|
||||
isGlassServiceableMobile
|
||||
|
|
|
|||
Loading…
Reference in a new issue