From 769239b3498337ffc5f7b05b97efc3988cb3ea0f Mon Sep 17 00:00:00 2001 From: jaanvi Date: Wed, 9 Apr 2025 16:16:31 +0530 Subject: [PATCH] minor change --- src/components/EditStationModal/editSationModal.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/EditStationModal/editSationModal.tsx b/src/components/EditStationModal/editSationModal.tsx index 320960c..e86b02d 100644 --- a/src/components/EditStationModal/editSationModal.tsx +++ b/src/components/EditStationModal/editSationModal.tsx @@ -349,7 +349,9 @@ const EditStationModal: React.FC = ({ Select Vehicle Brands - Choose Brand + {selectedBrands.length === 0 && ( + Choose Brand + )}