import React from 'react'; import { ArrivalDepratureValidator } from '../../../../assets/javascripts/registration-validator.js' function AmountSelectorContainer({ labels, event_data }) { return ( {event_data.amount_reduced !== '' && ( )} {event_data.amount_social !== '' && ( )}
); } export default AmountSelectorContainer;