updated final
This commit is contained in:
@@ -116,7 +116,7 @@ const IOCashDetails = () => {
|
||||
fontWeight={"500"}
|
||||
className="d-flex align-items-center web-text-small"
|
||||
>
|
||||
{item.transactionAmount}
|
||||
{`$${parseFloat(item.transactionAmount||0).toLocaleString()}`}
|
||||
</Text>
|
||||
),
|
||||
"Comments": (
|
||||
|
||||
@@ -78,7 +78,9 @@ const IONAVDetails = () => {
|
||||
fontWeight={"500"}
|
||||
className="d-flex align-items-center web-text-small"
|
||||
>
|
||||
{`${item.transactionAmount}`}
|
||||
{/* {`${item.transactionAmount}`} */}
|
||||
|
||||
{`$${parseFloat(item.transactionAmount||0).toLocaleString()}`}
|
||||
</Text>
|
||||
),
|
||||
"Last NAV update": (
|
||||
|
||||
@@ -173,7 +173,7 @@ const Investors = ({data}) => {
|
||||
className="d-flex align-items-center web-text-small"
|
||||
>
|
||||
{/* {`$${formatCurrency(item.InvestedAmount_USD)}`} */}
|
||||
{`$${parseFloat(item.InvestedAmount_USD).toLocaleString()}`}
|
||||
{`$${parseFloat(item.InvestedAmount_USD||0).toLocaleString()}`}
|
||||
</Text>
|
||||
),
|
||||
"Percentage": (
|
||||
|
||||
Reference in New Issue
Block a user