Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
cpl121 committed May 20, 2024
1 parent ee072e5 commit 32bea9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/desktop/components/popups/AllotManaPopup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
...getDefaultTransactionOptions(),
manaAllotments: { [accountId]: Number(_amount) },
})
transactionInfo.preparedTransactionError = undefined
} catch (error) {
console.error(error)
transactionInfo.preparedTransaction = undefined
Expand Down

0 comments on commit 32bea9b

Please sign in to comment.