diff --git a/src/pages/Directory/DirectoryPage.jsx b/src/pages/Directory/DirectoryPage.jsx index 9580e339..5f819e69 100644 --- a/src/pages/Directory/DirectoryPage.jsx +++ b/src/pages/Directory/DirectoryPage.jsx @@ -139,9 +139,8 @@ export default function DirectoryPage({ IsPage = true, projectId = null }) { - -
-
-
- {activeTab === "notes" && ( - setSearchNote(e.target.value)} - /> - )} +
+
+
+ {activeTab === "notes" && ( + setSearchNote(e.target.value)} + /> + )} - {activeTab === "contacts" && ( -
-
- setsearchContact(e.target.value)} - /> - + {activeTab === "contacts" && ( +
+
+ setsearchContact(e.target.value)} + /> + + +
+
+ )} +
+
+ + +
    +
  • +
  • - -
+ {/* Divider */} + {activeTab === "contacts" &&

  • } -
    - setShowActive(e.target.checked)} - /> - -
    -
    - )} -
    + {activeTab === "contacts" && ( +
  • +
    + setShowActive(e.target.checked)} + /> +
    + {showActive ? "Active Contacts" : "Inactive Contacts"} +
  • + )} + +
    -
    - -
    +
    +