Remove formatting improvements that clutter up the diff

This commit is contained in:
Julia Friesel
2019-05-20 15:17:27 +02:00
parent 59c3636139
commit 25ed0d168e
9 changed files with 37 additions and 58 deletions
+2 -5
View File
@@ -1,14 +1,12 @@
import React from 'react'
import {
Switch,
ScrollView} from 'react-native'
ScrollView
} from 'react-native'
import styles from '../../../styles'
import { mucus as labels } from '../../../i18n/en/cycle-day'
import computeNfpValue from '../../../lib/nfp-mucus'
import SelectTabGroup from '../select-tab-group'
import SymptomSection from './symptom-section'
import SymptomView from './symptom-view'
@@ -65,7 +63,6 @@ export default class Mucus extends SymptomView {
active={this.state.feeling}
/>
</SymptomSection>
<SymptomSection
header='Texture'
explainer={labels.texture.explainer}