Merge pull request #1064 from Safelite/feature/digital/INSR-6190

INSR-6190 Don't show mobile service option for big truck
This commit is contained in:
Josh Dassinger 2026-02-12 07:16:38 -06:00 committed by GitHub
commit c2151f5359
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -243,6 +243,10 @@ export default {
return this.isGlassServiceableInshop;
},
isServiceableMobile() {
if (this.isBigTruck) {
return false;
}
if (this.isRecalibrationServiceableMobile !== null) {
return (
this.isGlassServiceableMobile