diff --git a/plugins/tracker-resources/src/components/sprints/IssueStatistics.svelte b/plugins/tracker-resources/src/components/sprints/IssueStatistics.svelte index 45749c61b6..c1395d95e4 100644 --- a/plugins/tracker-resources/src/components/sprints/IssueStatistics.svelte +++ b/plugins/tracker-resources/src/components/sprints/IssueStatistics.svelte @@ -62,7 +62,7 @@ .reduce((it, cur) => { return it + cur }, 0), - 1 + 3 ) $: totalReported = floorFractionDigits( (noParents ?? [{ reportedTime: 0, childInfo: [] } as unknown as Issue]) @@ -78,7 +78,7 @@ .reduce((it, cur) => { return it + cur }, 0), - 1 + 3 )