WIP
This commit is contained in:
parent
902cd69858
commit
04854a455c
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,8 @@ export default {
|
||||||
if (this.IsRecalibrationServiceableMobile == null) {
|
if (this.IsRecalibrationServiceableMobile == null) {
|
||||||
mobileAvailable = this.isGlassServiceableMobile;
|
mobileAvailable = this.isGlassServiceableMobile;
|
||||||
} else {
|
} else {
|
||||||
mobileAvailable = this.isGlassServiceableMobile && this.isRecalibrationServiceableMobile;
|
mobileAvailable =
|
||||||
|
this.isGlassServiceableMobile && this.isRecalibrationServiceableMobile;
|
||||||
}
|
}
|
||||||
|
|
||||||
const inshopAvailable =
|
const inshopAvailable =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue