diff --git a/src/components/Directory/ManageDirectory.jsx b/src/components/Directory/ManageDirectory.jsx index 91a87d67..05d83c50 100644 --- a/src/components/Directory/ManageDirectory.jsx +++ b/src/components/Directory/ManageDirectory.jsx @@ -210,7 +210,7 @@ useEffect(() => { onClick={handleAddEmail} style={{ width: "24px", height: "24px" }} > - + ) : ( )} @@ -270,7 +270,7 @@ useEffect(() => { onClick={handleAddPhone} style={{ width: "24px", height: "24px" }} > - + ) : ( )} diff --git a/src/components/Directory/UpdateContact.jsx b/src/components/Directory/UpdateContact.jsx index dc748035..31671be5 100644 --- a/src/components/Directory/UpdateContact.jsx +++ b/src/components/Directory/UpdateContact.jsx @@ -245,7 +245,7 @@ await submitContact({ ...cleaned, id: existingContact.id }); onClick={handleAddEmail} style={{ width: "24px", height: "24px" }} > - + ) : ( )} @@ -305,7 +305,7 @@ await submitContact({ ...cleaned, id: existingContact.id }); onClick={handleAddPhone} style={{ width: "24px", height: "24px" }} > - + ) : ( )}