{ this.maybeRenderAddContact() }
{
this.props.showHexData && (
)
}
)
}
maybeRenderAddContact () {
const { t } = this.context
const { isOwnedAccount, showAddToAddressBookModal, contact = {} } = this.props
if (isOwnedAccount || contact.name) {
return
}
return (