[O] Reduce displayed digits

pull/30/head
Azalea 2024-04-22 08:48:32 -04:00
parent 555ae35bb9
commit 1c2215a8a2
1 changed files with 1 additions and 1 deletions

View File

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