tracker-tasks

This commit is contained in:
2023-06-29 03:41:18 +03:00
parent 3131fbe1ef
commit 6f534bb82b
3 changed files with 264 additions and 65 deletions

View File

@ -330,7 +330,7 @@ export const ProjectTracker = () => {
projectBoard.projectUsers
.slice(
0,
projectBoard.length > 3 ? 3 : projectBoard.length
3
)
.map((person) => {
return (