From b690a55ed3ab60ae48b090c03fcf28f4d33faa41 Mon Sep 17 00:00:00 2001 From: "Siddhesh.More" Date: Fri, 23 Aug 2024 18:03:18 +0530 Subject: [PATCH] updated --- src/Pages/AccountDeletion/DeletionRequest.jsx | 2 +- src/Pages/Deposit/DepositViewHistory/DepositHistory.jsx | 4 ++-- .../IO_Management/ViewIO/HeaderModal/DistributionInvestor.jsx | 3 ++- src/Pages/IO_Management/ViewIO/ViewIOdetails.jsx | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/Pages/AccountDeletion/DeletionRequest.jsx b/src/Pages/AccountDeletion/DeletionRequest.jsx index 4796ae5..f6194b7 100644 --- a/src/Pages/AccountDeletion/DeletionRequest.jsx +++ b/src/Pages/AccountDeletion/DeletionRequest.jsx @@ -62,7 +62,7 @@ const DeletionRequest = () => { }, []); // ====================================================[Table Filter]================================================================ - const filteredData = data?.data?.filter((item) => { + const filteredData = data?.data?.rows?.filter((item) => { // Filter by name (case insensitive) const name = item?.firstName; const searchLower = searchTerm.toLowerCase(); 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, } })