mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-08 21:27:45 +03:00
Correct estimation circle behavior (#2361)
Signed-off-by: muhtimur <timur.mukhamedishin@xored.com> Signed-off-by: muhtimur <timur.mukhamedishin@xored.com>
This commit is contained in:
parent
23641ac365
commit
314aea3b2b
@ -32,7 +32,10 @@
|
||||
|
||||
<div class="estimation-container" on:click>
|
||||
<div class="icon">
|
||||
<EstimationProgressCircle value={Math.max(value.reportedTime, childReportTime)} max={value.estimation} />
|
||||
<EstimationProgressCircle
|
||||
value={Math.max(value.reportedTime, childReportTime)}
|
||||
max={childEstimationTime || value.estimation}
|
||||
/>
|
||||
</div>
|
||||
<span class="overflow-label label flex-row-center flex-nowrap text-md">
|
||||
{#if value.reportedTime > 0 || childReportTime > 0}
|
||||
|
Loading…
Reference in New Issue
Block a user