diff --git a/src/Pages/Investor_Management/InvestorDetails/Transaction.jsx b/src/Pages/Investor_Management/InvestorDetails/Transaction.jsx index 35388b0..ed97948 100644 --- a/src/Pages/Investor_Management/InvestorDetails/Transaction.jsx +++ b/src/Pages/Investor_Management/InvestorDetails/Transaction.jsx @@ -134,16 +134,16 @@ const Transaction = () => { ), "Amount": ( - - - {/* $ */} + + + $ {parseFloat(item?.investorAmount || 0).toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2, })} - + {/* {item?.investorCurrency} - + */} ), @@ -210,16 +210,16 @@ const Transaction = () => { Transaction: null, // "Currency": null, "Amount": ( - InvestorWallet?.currencyCode_InCur&& - - {/* $ */} + InvestorWallet?.currencyCode_InCur&& + + $ {parseFloat(InvestorWallet?.WalletBalance_InInvCur).toLocaleString( undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2 } )} - + {/* {InvestorWallet?.currencyCode_InCur} - + */} ), diff --git a/src/Pages/Investor_Management/InvestorDetails/ViewInvestorDetails.jsx b/src/Pages/Investor_Management/InvestorDetails/ViewInvestorDetails.jsx index bd80ca1..8c1fae9 100644 --- a/src/Pages/Investor_Management/InvestorDetails/ViewInvestorDetails.jsx +++ b/src/Pages/Investor_Management/InvestorDetails/ViewInvestorDetails.jsx @@ -295,7 +295,7 @@ const ViewInvestorDetails = () => { */} - 0 +