import React from 'react'; import { ContactDataValidator } from '../../../../assets/javascripts/registration-validator.js' function AllergiesContainer({ onStepClick, labels, event_data, participant_data }) { const handle_next_step = () => { onStepClick(9); } return (
{labels.headlines.allergies} |
|
| {labels.allergies.allergies}: | |
| {labels.allergies.intolerances}: | |
| {labels.allergies.medications}: |
* {labels.allergies.medications_hint} |
| {labels.allergies.eating_habits.headline}: | |
| {labels.allergies.notices}: | |
| onStepClick(7)} /> handle_next_step()} /> | |