Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenshively committed Apr 21, 2024
1 parent c676fca commit 18c49fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion earn/src/components/advanced/modal/RepayModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ function RepayButton(props: RepayButtonProps) {
enabled: Boolean(userAddress) && repayAmount.isGtZero(),
chainId: activeChain.id,
});
// NOTE: Not using `useMemo` to update the request
const gasLimit = repayConfig.request?.gasLimit.mul(GAS_ESTIMATE_WIGGLE_ROOM).div(100);
const {
write: repay,
Expand Down

0 comments on commit 18c49fb

Please sign in to comment.