diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 6f004e1de..69b4f4926 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -221,7 +221,7 @@ export default { return this.isServiceableMobile && !this.isServiceableInshop; }, displayNoShopsAlert() { - return !isServiceableInshop && !isServiceableMobile; + return !this.isServiceableInshop && !this.isServiceableMobile; }, }, methods: {