Commit 01c8dcd0 authored by Patrik Kotucek's avatar Patrik Kotucek
Browse files

lint fix

parent 44650fb8
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -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