Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza-sharifpour committed Aug 8, 2023
1 parent cdbc54d commit 9300bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/views/create/WalletAddressInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ const WalletAddressInput: FC<IProps> = ({
}, [sameAddress]);

useEffect(() => {
//We had an issue with onBlur so when the user clicks on submit exactly after filling the address, then process of address validation began, so i changed it to this.
addressValidation(inputValue).then(res => {
if (res === true) {
setError({ ...error, message: '' });
Expand Down

0 comments on commit 9300bda

Please sign in to comment.