This commit is contained in:
MuslemRahimi 2024-10-22 22:45:25 +02:00
parent 4188df0829
commit ab6af13bc8

View File

@ -213,7 +213,7 @@
<td
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