diff --git a/src/components/modals/AddressModal.tsx b/src/components/modals/AddressModal.tsx index ef68f95e843..ceb414e479a 100644 --- a/src/components/modals/AddressModal.tsx +++ b/src/components/modals/AddressModal.tsx @@ -153,12 +153,12 @@ export class AddressModalComponent extends React.Component { onChangeTextDelayed = async (domain: string) => { this.setState({ errorLabel: undefined, validLabel: undefined }) + this.updateUri(domain) try { const { currencyCode } = this.props if (this.checkIfDomain(domain)) { await this.resolveName(domain, currencyCode) } - this.updateUri(domain) await this.checkIfFioAddress(domain) } catch (error) { showDevError(error)