diff --git a/src/components/Directory/NotesDirectory.jsx b/src/components/Directory/NotesDirectory.jsx index 93326e62..fab739ee 100644 --- a/src/components/Directory/NotesDirectory.jsx +++ b/src/components/Directory/NotesDirectory.jsx @@ -114,55 +114,56 @@ const NotesDirectory = ({ ? contactProfile?.notes || [] : contactNotes || []; + const hasNotes = notesToDisplay.length > 0; + return (
Notes :
-Notes :
+