Skip to content

Commit

Permalink
fix(extension): remove handle from DestinationAddressInput disabling …
Browse files Browse the repository at this point in the history
…check
  • Loading branch information
renanvalentin committed May 7, 2024
1 parent 176dca7 commit ec01e57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export const AddressInput = ({ row, currentNetwork, isPopupView }: AddressInputP
empty={!address}
valid={isAddressInputValueValid}
validationObject={validationObject}
exists={!!getExistingAddress(handle || address)}
exists={!!getExistingAddress(address)}
className={styles.input}
style={{ width: '100%' }}
open
Expand Down

0 comments on commit ec01e57

Please sign in to comment.