mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-15 04:49:00 +00: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="estimation-container" on:click>
|
||||||
<div class="icon">
|
<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>
|
</div>
|
||||||
<span class="overflow-label label flex-row-center flex-nowrap text-md">
|
<span class="overflow-label label flex-row-center flex-nowrap text-md">
|
||||||
{#if value.reportedTime > 0 || childReportTime > 0}
|
{#if value.reportedTime > 0 || childReportTime > 0}
|
||||||
|
Loading…
Reference in New Issue
Block a user