\n {questions[currentQuestion]?.options?.map(option =>\n
}\n invisible={!(questions[currentQuestion]?.multipleSelect && includes(option, answer)) && questions[currentQuestion]?.answer?.label !== option.label}\n >\n
\n )}\n {!questions[currentQuestion]?.options && currentQuestion !== 'phone' && (questions[currentQuestion]?.inputPropType !== 'address') &&\n
updateTextField(e, currentQuestion)} />}\n {!questions[currentQuestion]?.options && (questions[currentQuestion]?.inputPropType === 'address') &&\n \n updateAddressField(e, currentQuestion, 'streetAddress')} />\n updateAddressField(e, currentQuestion, 'city')} />\n updateAddressField(e, currentQuestion, 'state')} />\n updateAddressField(e, currentQuestion, 'zip')} />\n
\n }\n {/*{!questions[currentQuestion]?.options && currentQuestion === 'phone' &&\n updatePhoneField(e, currentQuestion)}\n containerClass={classes.phoneInput}\n inputExtraProps={{\n name: 'phone',\n required: true,\n autoFocus: review ? false : true,\n fullWidth: true\n }}\n component={TextField} />}*/}\n {!questions[currentQuestion]?.options && currentQuestion === 'phone' &&\n updatePhoneField(e, currentQuestion)} />}\n