class SceneFive extends React.Component{ constructor(props){ super(props); this.state={ } } render(){ let text= SceneFiveOptions(this.props.language) const iteration_contact = text["contact_info"].map(i => { return
{i}
}) return({text["title_five_text"][0]}