nit fix occupancy rate

This commit is contained in:
Ruben Fiszel
2024-08-01 09:15:55 +02:00
parent 1a47325055
commit c6b07561da
@@ -549,7 +549,7 @@
{/if}
</Cell>
<Cell>
{Math.ceil(occupancy_rate ?? 0 * 100)}%
{Math.ceil((occupancy_rate ?? 0) * 100)}%
</Cell>
{/if}
<Cell>