diff --git a/src/pages/employee/EmployeeList.jsx b/src/pages/employee/EmployeeList.jsx index 31a83c27..e76c3c63 100644 --- a/src/pages/employee/EmployeeList.jsx +++ b/src/pages/employee/EmployeeList.jsx @@ -325,7 +325,7 @@ const EmployeeList = () =>

Loading...

} - {( !loading && employeeList?.length === 0 ) && Not Data Found } + {!loading && employeeList?.length === 0 && (No Data Found )} {( !loading && employeeList && currentItems.length === 0 && employeeList.length !==0 ) && '{searchText}' employee not found } {(currentItems && !loading) && currentItems.sort((a, b) => b.id - a.id).map((item) => (