Compare commits

..

No commits in common. "bce58aade697c41c0240af2aa04f0c6b4e69c7c3" and "f417194ad39bb8b502acebb62132b8d2671bcdbc" have entirely different histories.

View File

@ -324,8 +324,8 @@ const Teams = () => {
<div className="text-center text-muted py-3 d-flex justify-content-center align-items-center py-12">
<p>
{activeEmployee
? "No active employees are currently assigned to this service in the project."
: "No In-active employees are currently assigned to this service in the project."}
? "No active employees assigned to the project"
: "No inactive employees assigned to the project"}
</p>
</div>
)}