From 22a43f8bf04f248cfa8e33e40346d154a28eea78 Mon Sep 17 00:00:00 2001 From: Sandesh Ratnawat <77960808+Sandesh3003@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:03:09 +0530 Subject: [PATCH] Update src/views/PickupLocationModal.vue Co-authored-by: Yash Maheshwari --- src/views/PickupLocationModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/PickupLocationModal.vue b/src/views/PickupLocationModal.vue index 89e4b59b..bede4a95 100644 --- a/src/views/PickupLocationModal.vue +++ b/src/views/PickupLocationModal.vue @@ -32,7 +32,7 @@ {{ store.facilityName }}

{{ store.address1 }}

-

{{ store.city }} {{ store.state }}

+

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

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