Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit fe4afe6

Browse files
fix: remove registered tvl (#1289)
1 parent 6c3395f commit fe4afe6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/ui/common/components/Stats/Stats.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export const Stats = memo(() => {
2121
const {
2222
data: {
2323
total_active_tvl: totalActiveTVL = 0,
24-
active_tvl: activeTVL = 0,
2524
active_finality_providers: activeFPs = 0,
2625
total_finality_providers: totalFPs = 0,
2726
btc_staking_apr: stakingAPR,
@@ -43,12 +42,6 @@ export const Stats = memo(() => {
4342
)}
4443
/>
4544

46-
<StatItem
47-
loading={isLoading}
48-
title={`Registered ${coinSymbol} TVL`}
49-
value={formatBTCTvl(satoshiToBtc(activeTVL), coinSymbol, usdRate)}
50-
/>
51-
5245
<StatItem
5346
hidden={!stakingAPR}
5447
loading={isLoading}

0 commit comments

Comments
 (0)