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;
|
||||
},
|
||||
displayNoShopsAlert() {
|
||||
return !inshoisServiceableInshoppAvailable && !isServiceableMobile;
|
||||
return !isServiceableInshop && !isServiceableMobile;
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue