diff --git a/ui/pages/send/send-content/add-recipient/domain-input.component.js b/ui/pages/send/send-content/add-recipient/domain-input.component.js index 03c6a3175..a9262b5fd 100644 --- a/ui/pages/send/send-content/add-recipient/domain-input.component.js +++ b/ui/pages/send/send-content/add-recipient/domain-input.component.js @@ -10,6 +10,7 @@ import { } from '../../../../../shared/modules/hexstring-utils'; import { ButtonIcon, + Icon, ICON_NAMES, } from '../../../../components/component-library'; import { IconColor } from '../../../../helpers/constants/design-system'; @@ -102,17 +103,18 @@ export default class DomainInput extends Component { 'ens-input__wrapper--valid': hasSelectedAddress, })} > - + {hasSelectedAddress ? ( + + ) : ( + + )} {hasSelectedAddress ? ( <>