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