diff --git a/src/components/AmountCard/AmountCard.jsx b/src/components/AmountCard/AmountCard.jsx index 46c6e9e..cc514f9 100644 --- a/src/components/AmountCard/AmountCard.jsx +++ b/src/components/AmountCard/AmountCard.jsx @@ -76,7 +76,7 @@ const AmountCard = () => { }, { label: "Total Value Locked (TVL)", - value: Number(kpDetails?.tvL_RBT).toFixed(3), + value: kpDetails?.tvL_RBT, icon: , }, {