pramod_Bug-#433 :Show "No Contact Found" Message When Directory Is Empty #177
@ -341,7 +341,7 @@ const handleDeleteContact = async (overrideId = null) => {
|
|||||||
|
|
||||||
{/* Messages when listView is false */}
|
{/* Messages when listView is false */}
|
||||||
{!listView && (
|
{!listView && (
|
||||||
<div className="d-flex flex-column justify-content-center align-items-center text-center card-minHeight">
|
<div className="d-flex flex-column justify-content-center align-items-center text-center ">
|
||||||
{loading && <p>Loading...</p>}
|
{loading && <p>Loading...</p>}
|
||||||
{!loading && contacts?.length === 0 && <p>No contact found</p>}
|
{!loading && contacts?.length === 0 && <p>No contact found</p>}
|
||||||
{!loading && contacts?.length > 0 && currentItems.length === 0 && (
|
{!loading && contacts?.length > 0 && currentItems.length === 0 && (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user