\n
\n \n {availableTourTypes.map(({ type }) => (\n onTourTypeChange(type)}\n data-testid={`btn-tour-type-${type}`}\n >\n {t(`tourType.${type}`)}\n \n ))}\n
\n {selectedTourType === TourType.IN_PERSON &&\n location.salesOfficeAddress != null && (\n
\n {t('sales-office-address', {\n address: location.salesOfficeAddress,\n })}\n
\n )}\n
\n
\n
\n
\n
\n
\n
\n \n
\n {showLocationSelection && locationOptions.length > 0 && (\n
\n onLocationChange(e.target.value)}\n required\n />\n
\n )}\n
\n \n
\n
\n
\n