Skip to content

Commit

Permalink
fix: variableDebtTokenAddress undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGbz committed Jan 8, 2025
1 parent 4251320 commit 25a1cf0
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ const BorrowedPositionsListItemDesktop = ({
totalBorrows,
totalBorrowsUSD,
borrowAPY,
variableDebtTokenAddress,
incentives,
onDetbSwitchClick,
onOpenBorrow,
Expand Down Expand Up @@ -134,7 +133,7 @@ const BorrowedPositionsListItemDesktop = ({
value={borrowAPY}
market={currentMarket}
protocolAction={ProtocolAction.borrow}
address={variableDebtTokenAddress}
address={reserve.variableDebtTokenAddress}
incentives={incentives}
symbol={reserve.symbol}
/>
Expand Down Expand Up @@ -171,7 +170,6 @@ const BorrowedPositionsListItemMobile = ({
disableSwitch,
borrowAPY,
incentives,
variableDebtTokenAddress,
disableRepay,
onDetbSwitchClick,
onOpenBorrow,
Expand Down Expand Up @@ -208,7 +206,7 @@ const BorrowedPositionsListItemMobile = ({
<IncentivesCard
value={borrowAPY}
incentives={incentives}
address={variableDebtTokenAddress}
address={reserve.variableDebtTokenAddress}
symbol={symbol}
variant="secondary14"
market={currentMarket}
Expand Down

0 comments on commit 25a1cf0

Please sign in to comment.