diff --git a/src/views/PickupLocationModal.vue b/src/views/PickupLocationModal.vue index 9bbbb544..cbec4f08 100644 --- a/src/views/PickupLocationModal.vue +++ b/src/views/PickupLocationModal.vue @@ -29,7 +29,12 @@ - {{ store.facilityName }} + + {{ store.facilityName }} +

{{ store.address1 }}{{ store.address2 }} + {{ store.city }} +

+
{{ store.distance }} {{ $t("mi") }}
@@ -125,7 +130,7 @@ export default defineComponent({ async getStores(point?: string) { let payload = { "viewSize": process.env.VUE_APP_VIEW_SIZE, - "filters": ["storeType: RETAIL_STORE", "pickup_pref: true"] + "filters": ["storeType: RETAIL_STORE"] } as any if (point) {