const TrainingHint = props => ( <div> <div>{props.training.date}</div> <div>{props.training.title}</div> </div> ) export default TrainingHint