From 7f7b4f460b72c719263ced5eb49b084fec405275 Mon Sep 17 00:00:00 2001 From: devtealeaf Date: Tue, 5 Nov 2024 15:41:19 +0200 Subject: [PATCH] upd: chains tvl --- src/modules/Platform/components/Chains/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Platform/components/Chains/index.tsx b/src/modules/Platform/components/Chains/index.tsx index 9cf74f8..cf18314 100644 --- a/src/modules/Platform/components/Chains/index.tsx +++ b/src/modules/Platform/components/Chains/index.tsx @@ -319,7 +319,7 @@ const Chains = (): JSX.Element => { - {formatNumber(tvl, "abbreviate")} + {tvl ? formatNumber(tvl, "abbreviate") : ""} {/*