Skip to content

Commit

Permalink
Remove close all transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Aug 5, 2024
1 parent 3fea8c4 commit fc5b2dd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions centrifuge-app/src/pages/Loan/RepayForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,6 @@ function InternalRepayForm({ loan, destination }: { loan: ActiveLoan | CreatedLo
}
)

const { execute: doCloseTransaction, isLoading: isCloseLoading } = useCentrifugeTransaction(
'Close asset',
(cent) => cent.pools.closeLoan
)

const repayForm = useFormik<RepayValues>({
initialValues: {
principal: '',
Expand Down

0 comments on commit fc5b2dd

Please sign in to comment.