profile picture

This commit is contained in:
hamid zarghami
2026-07-20 10:11:43 +03:30
parent bd65d28ea3
commit 94639858f2
11 changed files with 53 additions and 16 deletions
+1
View File
@@ -135,6 +135,7 @@ const UpdateProject: FC = () => {
project.users.map((user) => ({
id: user.id,
name: `${user.firstName} ${user.lastName}`,
profilePic: user.profilePic,
})),
);
} else if (project.userIds?.length) {