From ede34c1b412c22d33d73f8e967b498926ec47398 Mon Sep 17 00:00:00 2001 From: "Siddhesh.More" Date: Fri, 30 Aug 2024 16:50:05 +0530 Subject: [PATCH] color update --- src/Components/DataTable/NormalTable.jsx | 6 +++--- src/Pages/IO_Management/CreateIO/IONAVDetails.jsx | 3 ++- .../Investor_Management/InvestorDetails/Transaction.jsx | 2 +- .../InvestorDetails/ViewInvestorDetails.jsx | 1 - 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Components/DataTable/NormalTable.jsx b/src/Components/DataTable/NormalTable.jsx index e2ac208..ed6cec7 100644 --- a/src/Components/DataTable/NormalTable.jsx +++ b/src/Components/DataTable/NormalTable.jsx @@ -29,7 +29,7 @@ const DataTable = ({ ? `${(100 / Object.keys(data[0]).length).toFixed(2)}%` : "auto"; return ( - + {data?.length === 0 ? ( ) : ( @@ -37,7 +37,7 @@ const DataTable = ({ {total ? total : "Tanami v1.0.0"} - + {tableHeadRow.map((heading, index) => ( ( - + {tableHeadRow.map((heading, i) => ( { ), NAV: ( {/* {/ {`${item.transactionAmount}`} /} */} diff --git a/src/Pages/Investor_Management/InvestorDetails/Transaction.jsx b/src/Pages/Investor_Management/InvestorDetails/Transaction.jsx index 6d9537c..8122318 100644 --- a/src/Pages/Investor_Management/InvestorDetails/Transaction.jsx +++ b/src/Pages/Investor_Management/InvestorDetails/Transaction.jsx @@ -248,7 +248,7 @@ const Transaction = () => { }; return ( - + { // "Action", ]; - console.log(viewInvestor); // ====================================================[Table Filter]================================================================ const filteredData = viewInvestor?.filter((item) => {