mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-28 10:57:36 +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) => {
|
||||
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
|
||||
)
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user