From 292c8409d6091397a8f1c97d38b647d264930747 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 30 Aug 2025 12:20:24 -0400 Subject: [PATCH] fix UID use --- src/component/contacts/Contacts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/component/contacts/Contacts.js b/src/component/contacts/Contacts.js index 1b3087c..61e7332 100644 --- a/src/component/contacts/Contacts.js +++ b/src/component/contacts/Contacts.js @@ -145,11 +145,11 @@ export default function Contacts(){ {contactsCategory && contactsCategory.map(item => ( -
  • changeActiveCategoryUID(`A00000${item?.cid}`)} style={{cursor: 'pointer'}}> +
  • changeActiveCategoryUID(`${item?.cid}`)} style={{cursor: 'pointer'}}>
    - + {item?.description}