Merge pull request #537 from freak12techno/fix-commission-rate-rounding
Fix commission rate formatting
This commit is contained in:
commit
f35fb44856
@ -130,7 +130,7 @@ const chartConfig = computed(() => {
|
|||||||
<div class="flex items-center justify-center flex-wrap gap-x-3">
|
<div class="flex items-center justify-center flex-wrap gap-x-3">
|
||||||
<div class="flex items-center gap-x-2">
|
<div class="flex items-center gap-x-2">
|
||||||
<div class="bg-success w-[6px] h-[6px] rounded-full"></div>
|
<div class="bg-success w-[6px] h-[6px] rounded-full"></div>
|
||||||
<span class="text-caption">Rate:{{ rate }}%</span>
|
<span class="text-caption">Rate:{{ rate.toFixed(0) }}%</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center gap-x-2">
|
<div class="flex items-center gap-x-2">
|
||||||
<div class="bg-success w-[6px] h-[6px] rounded-full opacity-60"></div>
|
<div class="bg-success w-[6px] h-[6px] rounded-full opacity-60"></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user