diff --git a/src/Pages/AccountDeletion/DeletionHistory.jsx b/src/Pages/AccountDeletion/DeletionHistory.jsx index c88f9be..b578bfe 100644 --- a/src/Pages/AccountDeletion/DeletionHistory.jsx +++ b/src/Pages/AccountDeletion/DeletionHistory.jsx @@ -90,7 +90,7 @@ const DeletionHistory = () => { className="d-flex align-items-center web-text-small" fontWeight={'500'} > - {formatDate(item.RequestOn)} + {formatDate(item.Requested_on)} ), "Client ID": ( diff --git a/src/Pages/Deposit/DepositViewHistory/DepositHistory.jsx b/src/Pages/Deposit/DepositViewHistory/DepositHistory.jsx index c023501..9d0bcf4 100644 --- a/src/Pages/Deposit/DepositViewHistory/DepositHistory.jsx +++ b/src/Pages/Deposit/DepositViewHistory/DepositHistory.jsx @@ -220,7 +220,7 @@ const filteredData = data?.data?.rows ), "Supporting's": ( - View */} - + :"" ), })) diff --git a/src/Pages/IO_Management/ViewIO/HeaderModal/DistributionInvestor.jsx b/src/Pages/IO_Management/ViewIO/HeaderModal/DistributionInvestor.jsx index 738540b..1b34622 100644 --- a/src/Pages/IO_Management/ViewIO/HeaderModal/DistributionInvestor.jsx +++ b/src/Pages/IO_Management/ViewIO/HeaderModal/DistributionInvestor.jsx @@ -228,6 +228,7 @@ const DistributionInvestor = ({ isOpen, onClose, exit }) => { whiteSpace="normal" wordBreak="normal" overflowWrap="normal" + opacity={0} > {calcualtedData?.distributed_per?.toFixed(2)}% @@ -383,7 +384,7 @@ const DistributionInvestor = ({ isOpen, onClose, exit }) => { emptyMessage={`We don't have any Sponers `} tableHeadRow={tableHeadRow} data={extractedArray} - total={} + // total={} // isLoading={isLoading} /> : diff --git a/src/Pages/IO_Management/ViewIO/ViewIOdetails.jsx b/src/Pages/IO_Management/ViewIO/ViewIOdetails.jsx index 750ddc1..4262bfe 100644 --- a/src/Pages/IO_Management/ViewIO/ViewIOdetails.jsx +++ b/src/Pages/IO_Management/ViewIO/ViewIOdetails.jsx @@ -125,7 +125,7 @@ const ViewIOdetails = () => { country: country?.countryName, value: removeTrailingZeros(minInvestmentAmt), logo: country?.flagIcon, - curr: currencyCode, + curr: country?.countryCode, } }) diff --git a/src/Pages/Investor_Management/InvestorDetails/ViewInvestorDetails.jsx b/src/Pages/Investor_Management/InvestorDetails/ViewInvestorDetails.jsx index e7c543e..44cb097 100644 --- a/src/Pages/Investor_Management/InvestorDetails/ViewInvestorDetails.jsx +++ b/src/Pages/Investor_Management/InvestorDetails/ViewInvestorDetails.jsx @@ -139,7 +139,7 @@ console.log(viewInvestor); "Percentage": ( - {item?.MarketValue_Per} % + {item?.Investor_Holidings} % ), @@ -156,7 +156,7 @@ console.log(viewInvestor); "Return on Investment": ( - {item.TotalReturn} % + {item.MarketValue_Per} % ),