Fix whitespace
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
} from 'react-native'
|
||||
import styles from '../../../styles'
|
||||
import { saveSymptom } from '../../../db'
|
||||
import {cervix as labels} from '../labels/labels'
|
||||
import { cervix as labels } from '../labels/labels'
|
||||
import ActionButtonFooter from './action-button-footer'
|
||||
import SelectTabGroup from '../select-tab-group'
|
||||
import { SymptomSectionHeader, AppText } from '../../app-text'
|
||||
@@ -32,23 +32,22 @@ export default class Cervix extends Component {
|
||||
|
||||
render() {
|
||||
const cervixOpeningRadioProps = [
|
||||
{label: labels.opening.categories[0], value: 0},
|
||||
{label: labels.opening.categories[1], value: 1},
|
||||
{label: labels.opening.categories[2], value: 2}
|
||||
{ label: labels.opening.categories[0], value: 0 },
|
||||
{ label: labels.opening.categories[1], value: 1 },
|
||||
{ label: labels.opening.categories[2], value: 2 }
|
||||
]
|
||||
const cervixFirmnessRadioProps = [
|
||||
{label: labels.firmness.categories[0], value: 0 },
|
||||
{label: labels.firmness.categories[1], value: 1 }
|
||||
{ label: labels.firmness.categories[0], value: 0 },
|
||||
{ label: labels.firmness.categories[1], value: 1 }
|
||||
]
|
||||
const cervixPositionRadioProps = [
|
||||
{label: labels.position.categories[0], value: 0 },
|
||||
{label: labels.position.categories[1], value: 1 },
|
||||
{ label: labels.position.categories[0], value: 0 },
|
||||
{ label: labels.position.categories[1], value: 1 },
|
||||
{ label: labels.position.categories[2], value: 2 }
|
||||
]
|
||||
return (
|
||||
<View style={{ flex: 1 }}>
|
||||
<ScrollView style={styles.page}>
|
||||
<View>
|
||||
<SymptomSectionHeader>Opening</SymptomSectionHeader>
|
||||
<AppText>{labels.opening.explainer}</AppText>
|
||||
<SelectTabGroup
|
||||
@@ -79,7 +78,6 @@ export default class Cervix extends Component {
|
||||
value={this.state.exclude}
|
||||
/>
|
||||
</View>
|
||||
</View>
|
||||
</ScrollView>
|
||||
<ActionButtonFooter
|
||||
symptom='cervix'
|
||||
|
||||
Reference in New Issue
Block a user