Quick suggested change from Chloe 3

This commit is contained in:
Leah Schumann 2023-03-30 13:33:25 -04:00
parent b5970c645a
commit 2308829428

View file

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