Skip to content

Commit

Permalink
chore: remove temp bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakMooney committed May 24, 2024
1 parent cf4f817 commit f49f8c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/vault/BorrowModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ const BorrowModal = (props) => {
closeModal,
handleAmount,
isPending,
// temp todo
// isSuccess,
isSuccess,
amount,
handleDebtAction,
borrowValues,
Expand All @@ -30,8 +29,6 @@ const BorrowModal = (props) => {

const currentDebt = ethers.formatEther(currentVault.status.minted.toString());

// temp todo
const isSuccess = true;
if (isSuccess) {
return (
<>
Expand Down

0 comments on commit f49f8c8

Please sign in to comment.