diff --git a/src/pages/Directory/DirectoryPage.jsx b/src/pages/Directory/DirectoryPage.jsx index 2ad7bc0f..e70c79b4 100644 --- a/src/pages/Directory/DirectoryPage.jsx +++ b/src/pages/Directory/DirectoryPage.jsx @@ -201,7 +201,7 @@ export default function DirectoryPage({ IsPage = true, projectId=null }) { className="form-check-label ms-2" htmlFor="inactiveEmployeesCheckbox" > - {showActive ? "Inactive" : "Active"} + {showActive ? "Active" : "Inactive" }