Skip to content

Commit

Permalink
chore: remove mock
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGbz committed Oct 29, 2024
1 parent cc9f830 commit df788e7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/hooks/useMeritIncentives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,7 @@ export const useMeritIncentives = ({
return null;
}

const APR =
meritReserveIncentiveData.action == MeritAction.SUPPLY_WBTC_BORROW_USDT
? 5
: data.actionsAPR[meritReserveIncentiveData.action];
const APR = data.actionsAPR[meritReserveIncentiveData.action];

return {
incentiveAPR: (APR / 100).toString(),
Expand Down

0 comments on commit df788e7

Please sign in to comment.