fix styles

This commit is contained in:
Victor Batischev
2024-02-08 19:53:39 +03:00
parent 4ac2cddabe
commit f738805d1e
12 changed files with 36 additions and 35 deletions

View File

@ -528,7 +528,9 @@ export const ProjectTracker = () => {
</div>
)}
{projectBoard.projectUsers?.length > 3 && (
<span className="countPersons">+1</span>
<span className="countPersons">
+{projectBoard.projectUsers?.length - 3}
</span>
)}
<span
className="add-person"