mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03:00
Fix month view rounding (#2472)
Signed-off-by: Denis Maslennikov <denis.maslennikov@gmail.com> Signed-off-by: Denis Maslennikov <denis.maslennikov@gmail.com>
This commit is contained in:
parent
46ff06c800
commit
d19022a73b
@ -174,7 +174,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="p-1 text-center">
|
<td class="p-1 text-center">
|
||||||
{#if rTime !== undefined}
|
{#if rTime !== undefined}
|
||||||
{rTime.value}
|
{floorFractionDigits(rTime.value, 3)}
|
||||||
{:else}
|
{:else}
|
||||||
0
|
0
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
Reference in New Issue
Block a user