import React from 'react'; import { FormGroup, Intent, InputGroup, TextArea } from '@blueprintjs/core'; import { Row, Col } from 'components'; import { FormattedMessage as T } from 'react-intl'; import ErrorMessage from 'components/ErrorMessage'; const CustomerBillingAddress = ({ errors, touched, setFieldValue, getFieldProps, }) => { return (

} label={} > } className={'form-group--address_line_1'} intent={ errors.billing_address_1 && touched.billing_address_1 && Intent.DANGER } inline={true} helperText={ } >