updaate final

This commit is contained in:
2024-11-15 16:11:32 +05:30
parent ae4784ed1b
commit 03234d87a7

View File

@@ -76,7 +76,7 @@ const AmountCard = () => {
},
{
label: "Total Value Locked (TVL)",
value: Number(kpDetails?.tvL_RBT).toFixed(3),
value: kpDetails?.tvL_RBT,
icon: <BsRCircleFill color="white" fontSize={"20px"} />,
},
{