mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-05 15:24:22 +00:00
UBER-122: Fix invalid time report shown (#3191)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
190b1078b5
commit
3e5be43900
@ -62,7 +62,7 @@
|
|||||||
.reduce((it, cur) => {
|
.reduce((it, cur) => {
|
||||||
return it + cur
|
return it + cur
|
||||||
}, 0),
|
}, 0),
|
||||||
1
|
3
|
||||||
)
|
)
|
||||||
$: totalReported = floorFractionDigits(
|
$: totalReported = floorFractionDigits(
|
||||||
(noParents ?? [{ reportedTime: 0, childInfo: [] } as unknown as Issue])
|
(noParents ?? [{ reportedTime: 0, childInfo: [] } as unknown as Issue])
|
||||||
@ -78,7 +78,7 @@
|
|||||||
.reduce((it, cur) => {
|
.reduce((it, cur) => {
|
||||||
return it + cur
|
return it + cur
|
||||||
}, 0),
|
}, 0),
|
||||||
1
|
3
|
||||||
)
|
)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user