This commit is contained in:
2024-08-23 18:09:31 +05:30
parent c97de1314e
commit 3165c11af7

View File

@@ -139,7 +139,7 @@ console.log(viewInvestor);
"Percentage": (
<Box w={"auto"} isTruncated={true}>
<Text as={"span"} color={"teal.900"}>
{item?.MarketValue_Per} %
{item?.Investor_Holidings} %
</Text>
</Box>
),