Skip to content

Commit

Permalink
fix(bridge-ui): manual import not resetting correctly (#16347)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMindkiller committed Mar 7, 2024
1 parent 0a57cbc commit 87398fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
// Clear the input field
export const clearAddress = (): void => {
inputElement.value = '';
if(inputElement) inputElement.value = '';
ethereumAddress = '';
state = State.DEFAULT;
};
Expand Down

0 comments on commit 87398fe

Please sign in to comment.