From d9053837a686294c8e5b715d0941becd86818c3a Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Tue, 20 May 2025 18:18:37 +0530 Subject: [PATCH] set up triggle for open contact profile modal --- .../Directory/CardViewDirectory.jsx | 122 ++++++++++-------- 1 file changed, 66 insertions(+), 56 deletions(-) diff --git a/src/components/Directory/CardViewDirectory.jsx b/src/components/Directory/CardViewDirectory.jsx index 50838bd3..26b2e479 100644 --- a/src/components/Directory/CardViewDirectory.jsx +++ b/src/components/Directory/CardViewDirectory.jsx @@ -1,61 +1,77 @@ import React from "react"; import Avatar from "../common/Avatar"; -const CardViewDirectory = ({ contact,setSelectedContact , setIsOpenModal}) => { +const CardViewDirectory = ({ contact, setSelectedContact, setIsOpenModal,setOpen_contact,setIsOpenModalNote }) => { return (
-
-
- {" "} -

{contact.name}

-
-
-
- - +
+
+
+ {" "} +

{contact.name}

+
+
+
+ + +
+ +
    +
  • + +
  • +
  • + {contact.organization} +
  • +
-