File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/pages/Overview/Network Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import TotalValueLocked from "./TotalValueLocked"
44import StakingOverview from "./StakingOverview"
55import { useFetchTvl } from "../../../hooks/useFetchTvl"
66import { PageComponent } from "../../../types"
7- import { TBTCBrdigeStats } from "./tBTCBridgeStats"
7+ import { TBTCBridgeStats } from "./tBTCBridgeStats"
88import { useFetchRecentDeposits } from "../../../hooks/tbtc"
99
1010const Network : PageComponent = ( ) => {
@@ -17,7 +17,7 @@ const Network: PageComponent = () => {
1717
1818 return (
1919 < SimpleGrid columns = { { base : 1 , xl : 2 } } spacing = { 4 } >
20- < TBTCBrdigeStats
20+ < TBTCBridgeStats
2121 tvl = { tvlInTokenUnits . tBTC }
2222 tvlInUSD = { tvlInUSD . tBTC }
2323 deposits = { deposits }
Original file line number Diff line number Diff line change 77 TVLProps ,
88} from "../../../components/tBTC"
99
10- type TBTCBrdigeStatsProps = ProtocolHistoryProps & TVLProps
10+ type TBTCBridgeStatsProps = ProtocolHistoryProps & TVLProps
1111
12- export const TBTCBrdigeStats : FC < TBTCBrdigeStatsProps > = ( {
12+ export const TBTCBridgeStats : FC < TBTCBridgeStatsProps > = ( {
1313 tvl,
1414 tvlInUSD,
1515 deposits,
You can’t perform that action at this time.
0 commit comments