fix: Update legend item assignee in CalendarView

This commit is contained in:
Mo Tarbin
2025-05-31 03:42:01 -04:00
parent 34a386abce
commit f5c3c90f37

View File

@@ -145,7 +145,7 @@ const CalendarView = ({ chores }) => {
assignedUserIds.has(member.userId)
) {
legendItems.push({
name: `Assigned to ${member.displayName}`,
name: `Assigned to others`,
color: TASK_COLOR.ASSIGNED_TO_OTHER,
})
}