Skip to content

Commit

Permalink
remove removeTransactions()
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed Dec 2, 2024
1 parent 9cda149 commit 5bda755
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ export const Escrow: React.FC = () => {

const handleEscrowTransaction = useCallback(
async (values: EscrowFormValues) => {
// Allow only single escrow transaction
removeTransactions()


const ipfsDataToUpload = {
title: 'Proposal #' + (lastProposalId + 1),
description: window?.location.href.replace(
Expand Down

0 comments on commit 5bda755

Please sign in to comment.