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:
commit
c2151f5359
1 changed files with 4 additions and 0 deletions
|
|
@ -243,6 +243,10 @@ export default {
|
|||
return this.isGlassServiceableInshop;
|
||||
},
|
||||
isServiceableMobile() {
|
||||
if (this.isBigTruck) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (this.isRecalibrationServiceableMobile !== null) {
|
||||
return (
|
||||
this.isGlassServiceableMobile
|
||||
|
|
|
|||
Loading…
Reference in a new issue