Skip to content

Commit

Permalink
Update src/views/PickupLocationModal.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Yash Maheshwari <[email protected]>
  • Loading branch information
Sandesh3003 and ymaheshwari1 authored Jun 25, 2024
1 parent a8adfe4 commit 22a43f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/PickupLocationModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ion-label>
{{ store.facilityName }}
<p>{{ store.address1 }}</p>
<p>{{ store.city }} {{ store.state }}</p>
<p>{{ store.city }}{{ store.city && store.state ? ", " : "" }}{{ store.state }}</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 22a43f8

Please sign in to comment.