Fix whitespace
This commit is contained in:
@@ -48,7 +48,6 @@ export default class Cervix extends Component {
|
|||||||
return (
|
return (
|
||||||
<View style={{ flex: 1 }}>
|
<View style={{ flex: 1 }}>
|
||||||
<ScrollView style={styles.page}>
|
<ScrollView style={styles.page}>
|
||||||
<View>
|
|
||||||
<SymptomSectionHeader>Opening</SymptomSectionHeader>
|
<SymptomSectionHeader>Opening</SymptomSectionHeader>
|
||||||
<AppText>{labels.opening.explainer}</AppText>
|
<AppText>{labels.opening.explainer}</AppText>
|
||||||
<SelectTabGroup
|
<SelectTabGroup
|
||||||
@@ -79,7 +78,6 @@ export default class Cervix extends Component {
|
|||||||
value={this.state.exclude}
|
value={this.state.exclude}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
<ActionButtonFooter
|
<ActionButtonFooter
|
||||||
symptom='cervix'
|
symptom='cervix'
|
||||||
|
|||||||
Reference in New Issue
Block a user