Skip to content

Commit

Permalink
TSK-1387: format fix
Browse files Browse the repository at this point in the history
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
  • Loading branch information
ThetaDR committed May 11, 2023
1 parent 8803878 commit 939f518
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@
$: if (subIssues) {
const doneStatuses = $statusStore.statuses
.filter((s) => s.category === tracker.issueStatusCategory.Completed || s.category === tracker.issueStatusCategory.Canceled)
.filter(
(s) =>
s.category === tracker.issueStatusCategory.Completed || s.category === tracker.issueStatusCategory.Canceled
)
.map((p) => p._id)
countComplete = subIssues.filter((si) => doneStatuses.includes(si.status)).length
}
Expand Down Expand Up @@ -154,4 +157,4 @@
</svelte:fragment>
</Button>
</div>
{/if}
{/if}

0 comments on commit 939f518

Please sign in to comment.