Skip to content

Commit

Permalink
feat(bridge-ui-v2): NFT bridge stepper (#14811)
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Oct 2, 2023
1 parent a61fd72 commit 8dd8b61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
$: validateEthereumAddress(ethereumAddress);
export const clear = () => {
input.value = '';
if (input) input.value = '';
validateEthereumAddress('');
};
Expand Down

0 comments on commit 8dd8b61

Please sign in to comment.