Quick suggested change from Chloe 2

This commit is contained in:
Leah Schumann 2023-03-30 13:32:09 -04:00
parent 61cc1d7862
commit b5970c645a

View file

@ -221,7 +221,7 @@ export default {
return this.isServiceableMobile && !this.isServiceableInshop;
},
displayNoShopsAlert() {
return !inshoisServiceableInshoppAvailable && !isServiceableMobile;
return !isServiceableInshop && !isServiceableMobile;
},
},
methods: {