diff --git a/src/components/Directory/NotesDirectory.jsx b/src/components/Directory/NotesDirectory.jsx index c92713c5..ba4c1b31 100644 --- a/src/components/Directory/NotesDirectory.jsx +++ b/src/components/Directory/NotesDirectory.jsx @@ -83,27 +83,19 @@ const NotesDirectory = ({ isLoading, contactProfile, setProfileContact }) => { return (
Notes :
- )} - setAddNote(!addNote)} +Notes :
+ setAddNote( !addNote )} > - - {addNote ? "" : "Add Note"} - {" "} - {" "} - + {/* */} + {addNote ? "close" : "Add Note"} +{!isLoading && contactProfile?.notes.length == 0 && !addNote && (
No Notes Found
) }