Loading frontend/src/instructor/InstructorTodoLog/LogItem.tsx +4 −6 Original line number Diff line number Diff line Loading @@ -241,12 +241,10 @@ const getRecipientInfo = ({ const description = participant.definitionAddress?.description const templateCount = participant.definitionAddress?.templates.length ?? 0 const possibleAffectedMilestones = new Set( (participant.definitionAddress?.templates ?? []).flatMap( template => [ (participant.definitionAddress?.templates ?? []).flatMap(template => [ ...(template.control.activateMilestone ?? []), ...(template.control.deactivateMilestone ?? []), ] ) ]) ) const activePossibleMilestoneCount = Array.from( possibleAffectedMilestones Loading Loading
frontend/src/instructor/InstructorTodoLog/LogItem.tsx +4 −6 Original line number Diff line number Diff line Loading @@ -241,12 +241,10 @@ const getRecipientInfo = ({ const description = participant.definitionAddress?.description const templateCount = participant.definitionAddress?.templates.length ?? 0 const possibleAffectedMilestones = new Set( (participant.definitionAddress?.templates ?? []).flatMap( template => [ (participant.definitionAddress?.templates ?? []).flatMap(template => [ ...(template.control.activateMilestone ?? []), ...(template.control.deactivateMilestone ?? []), ] ) ]) ) const activePossibleMilestoneCount = Array.from( possibleAffectedMilestones Loading