profile picture in any task item

This commit is contained in:
hamid zarghami
2026-07-21 14:35:36 +03:30
parent 9004413a33
commit 402354e122
6 changed files with 23 additions and 5 deletions
@@ -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 ?? [],
});