mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 11:31:57 +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 class="p-1 text-center">
|
||||
{#if rTime !== undefined}
|
||||
{rTime.value}
|
||||
{floorFractionDigits(rTime.value, 3)}
|
||||
{:else}
|
||||
0
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user