diff --git a/src/pages/Directory/Directory.jsx b/src/pages/Directory/Directory.jsx index dc6661de..692ca1af 100644 --- a/src/pages/Directory/Directory.jsx +++ b/src/pages/Directory/Directory.jsx @@ -341,7 +341,7 @@ const handleDeleteContact = async (overrideId = null) => { {/* Messages when listView is false */} {!listView && ( -
+
{loading &&

Loading...

} {!loading && contacts?.length === 0 &&

No contact found

} {!loading && contacts?.length > 0 && currentItems.length === 0 && (