diff --git a/src/views/PickupLocationModal.vue b/src/views/PickupLocationModal.vue index 665d5675..bede4a95 100644 --- a/src/views/PickupLocationModal.vue +++ b/src/views/PickupLocationModal.vue @@ -29,7 +29,11 @@ - {{ store.facilityName }} + + {{ store.facilityName }} +

{{ store.address1 }}

+

{{ store.city }}{{ store.city && store.state ? ", " : "" }}{{ store.state }}

+
{{ store.distance }} {{ $t("mi") }}