Quick suggested change from Chloe 2
This commit is contained in:
parent
61cc1d7862
commit
b5970c645a
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ export default {
|
||||||
return this.isServiceableMobile && !this.isServiceableInshop;
|
return this.isServiceableMobile && !this.isServiceableInshop;
|
||||||
},
|
},
|
||||||
displayNoShopsAlert() {
|
displayNoShopsAlert() {
|
||||||
return !inshoisServiceableInshoppAvailable && !isServiceableMobile;
|
return !isServiceableInshop && !isServiceableMobile;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue