From 1300ea33b65de5f25ae8726ef71cffbbc25bda20 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Mon, 19 May 2025 12:15:43 +0530 Subject: [PATCH] removed selected --- src/components/Directory/UpdateContact.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Directory/UpdateContact.jsx b/src/components/Directory/UpdateContact.jsx index 31671be5..d210435c 100644 --- a/src/components/Directory/UpdateContact.jsx +++ b/src/components/Directory/UpdateContact.jsx @@ -345,7 +345,7 @@ await submitContact({ ...cleaned, id: existingContact.id }); ) : ( <> - {contactCategory?.map((cate) => (