[O] Reduce displayed digits

This commit is contained in:
Azalea
2024-04-22 08:48:32 -04:00
parent 555ae35bb9
commit 1c2215a8a2

View File

@@ -37,7 +37,7 @@
<span class="rank-num">{(mapData[3] / 10000).toFixed(2)}%</span> <span class="rank-num">{(mapData[3] / 10000).toFixed(2)}%</span>
</span> </span>
{#if game === 'mai2'} {#if game === 'mai2'}
<span class="dx-change"> <span class="dx-change">
{ (mapRank * Number(mult[1])).toFixed(0) } { (mapRank * Number(mult[1])).toFixed(0) }
</span> </span>
{/if} {/if}