Merge branch 'main' of https://github.com/WDI-Ideas/tanami_admin into dev
This commit is contained in:
@@ -83,6 +83,7 @@ const InvestorDetails = () => {
|
||||
// ====================================================[Table Setup]================================================================
|
||||
const tableHeadRow = [
|
||||
"Sr No",
|
||||
|
||||
"Client ID",
|
||||
"First Name",
|
||||
"Last Name",
|
||||
|
||||
@@ -63,6 +63,7 @@ const ViewInvestorDetails = () => {
|
||||
const tableHeadRow = [
|
||||
// "Sr N/O",
|
||||
"Deal Name",
|
||||
"IO Name",
|
||||
"Sponsor Name",
|
||||
"Investment Amount",
|
||||
"Percentage",
|
||||
@@ -110,6 +111,13 @@ const ViewInvestorDetails = () => {
|
||||
{index + 1}.
|
||||
</Text>
|
||||
),
|
||||
"IO Name": (
|
||||
<Box w={"auto"} isTruncated={true}>
|
||||
<Text as={"span"} color={"teal.900"}>
|
||||
{item.investmentNameEnglish}
|
||||
</Text>
|
||||
</Box>
|
||||
),
|
||||
"Deal Name": (
|
||||
<Box w={"auto"} isTruncated={true}>
|
||||
<Text as={"span"} color={"teal.900"}>
|
||||
|
||||
Reference in New Issue
Block a user