profile picture in any task item
This commit is contained in:
@@ -13,4 +13,5 @@ export const mapTaskItemToTask = (task: TaskItemType, taskPhaseId: string, fallb
|
||||
checklistDone: task.checklistDone ?? 0,
|
||||
checklistTotal: task.checklistTotal ?? 0,
|
||||
ticketId: task.ticketId ?? null,
|
||||
users: task.users ?? [],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user