Skip to content

Commit

Permalink
Formatted store name and address ion-label
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandesh3003 committed Jun 21, 2024
1 parent ca7f332 commit 5ccec38
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/views/PickupLocationModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
<ion-radio :value="store">
<ion-label>
{{ store.facilityName }}
<p>{{ store.address1 }}{{ store.address2 }}
{{ store.city }}
</p>
<p>{{ store.address1 }}{{ store.address2 }} {{ store.city }}</p>
</ion-label>
<!-- Showing store distance in miles -->
<ion-label v-if="store.distance">{{ store.distance }} {{ $t("mi") }}</ion-label>
Expand Down

0 comments on commit 5ccec38

Please sign in to comment.