Reset inadvertently changed file

This commit is contained in:
Julia Friesel
2019-05-13 20:34:13 +02:00
parent 3715e0c4d2
commit e781919434
@@ -1,12 +1,11 @@
import React from 'react' import React, { Component } from 'react'
import { ScrollView } from 'react-native' import { ScrollView } from 'react-native'
import AppText from '../../app-text' import AppText from '../../app-text'
import labels from '../../../i18n/en/symptom-info.js' import labels from '../../../i18n/en/symptom-info.js'
import FramedSegment from '../../framed-segment' import FramedSegment from '../../framed-segment'
import styles from '../../../styles/index' import styles from '../../../styles/index'
import SymptomView from './symptom-view'
export default class InfoSymptom extends SymptomView { export default class InfoSymptom extends Component {
render() { render() {
const symptomView = this.props.symptomView const symptomView = this.props.symptomView
const symptomMapping = { const symptomMapping = {