bugfixing

This commit is contained in:
MuslemRahimi 2024-08-02 18:05:39 +02:00
parent 66372f67a2
commit 32d0142a7c

View File

@ -393,12 +393,7 @@ $: {
<td class="text-white border-b-[#09090B] text-center">
<span class="text-sm">
{item?.adjDividend !== null ? item?.adjDividend?.toLocaleString(undefined, {
style: 'currency',
currency: 'USD',
})
: 'n/a'
}
{item?.adjDividend !== null ? '$'+item?.adjDividend?.toFixed(2) : 'n/a'}
</span>
</td>