Skip to content

Commit

Permalink
fix: issue debtSwitch rewards apr
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGbz committed Jan 8, 2025
1 parent 25a1cf0 commit f23fe84
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@ export const DebtSwitchModalDetails = ({
market={currentMarket}
address={switchSource.reserve.variableDebtTokenAddress}
protocolAction={ProtocolAction.borrow}
futureIncentives={switchSource.reserve.vIncentivesData}
futureSymbol={switchSource.reserve.symbol}
futureIncentives={switchTarget.reserve.vIncentivesData}
futureAddress={switchTarget.reserve.variableDebtTokenAddress}
futureSymbol={switchTarget.reserve.symbol}
loading={loading}
/>

Expand Down

0 comments on commit f23fe84

Please sign in to comment.