ui fixes
This commit is contained in:
parent
4188df0829
commit
ab6af13bc8
@ -213,7 +213,7 @@
|
|||||||
<td
|
<td
|
||||||
class="text-white text-sm sm:text-[1rem] text-right whitespace-nowrap border-b-[#09090B]"
|
class="text-white text-sm sm:text-[1rem] text-right whitespace-nowrap border-b-[#09090B]"
|
||||||
>
|
>
|
||||||
{abbreviateNumber(item?.value)}
|
{item?.value !== null ? abbreviateNumber(item?.value) : '-'}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td
|
<td
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user