From 27840396c5c66198795b919faa165d325c004766 Mon Sep 17 00:00:00 2001 From: priyanshee1604 Date: Thu, 16 Jan 2025 18:53:50 +0530 Subject: [PATCH] Improved: Indentation adjusted for better readability.(#323) --- src/views/FindFacilities.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/FindFacilities.vue b/src/views/FindFacilities.vue index 9f4a742..76a4054 100644 --- a/src/views/FindFacilities.vue +++ b/src/views/FindFacilities.vue @@ -25,7 +25,7 @@ {{ translate("All") }} - {{ productStore.storeName? productStore.storeName: productStore.productStoreId }} + {{ productStore.storeName ? productStore.storeName : productStore.productStoreId }}