Skip to content

Commit

Permalink
set verification status to "Invalid recipient wallet address" if not …
Browse files Browse the repository at this point in the history
…meeting the address criteria
  • Loading branch information
petersalomonsen committed Nov 4, 2024
1 parent 160eda8 commit 865f0bc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ useEffect(() => {
}
setVerificationStatus(displayableText);
});
} else {
setVerificationStatus("Invalid receipient wallet address");
}
}, [receiverAccount]);

Expand Down

0 comments on commit 865f0bc

Please sign in to comment.