profile picture
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user