diff --git a/src/components/Project/MapUsers.jsx b/src/components/Project/MapUsers.jsx index bb429789..c72c1c0d 100644 --- a/src/components/Project/MapUsers.jsx +++ b/src/components/Project/MapUsers.jsx @@ -144,17 +144,24 @@ const MapUsers = ({ {employeeLoading && allocationEmployeesData.length === 0 && ( -

Loading...

+ + Loading.. + )} {!employeeLoading && allocationEmployeesData.length === 0 && filteredData.length === 0 && ( -

All employee assigned to Project.

+ + + All employee assigned to Project. + )} {!employeeLoading && allocationEmployeesData.length > 0 && filteredData.length === 0 && ( -

No matching employees found.

+ + No matching employees found. + )} {(filteredData.length > 0 ||