From 03234d87a7ee18e0d416f3e3dc5c69ddcc7d87b3 Mon Sep 17 00:00:00 2001 From: "Siddhesh.More" Date: Fri, 15 Nov 2024 16:11:32 +0530 Subject: [PATCH] updaate final --- src/components/AmountCard/AmountCard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: , }, {