Skip to content

Commit

Permalink
Fix: remove alert
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcuellarrdx committed Jul 3, 2024
1 parent cf94584 commit 7028c35
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ function ButtonTransaction(props) {
const handleTransaction = async () => {
console.log("Transaction Manifest:", manifest);

alert("Please sign the transaction in the wallet");

try {
const { transactionResult, receipt } = await sendTransaction(manifest);
console.log("Transaction Result:", transactionResult);
Expand Down

0 comments on commit 7028c35

Please sign in to comment.