Consistency of no space in {}
This commit is contained in:
@@ -113,7 +113,7 @@ export default class DayView extends Component {
|
|||||||
</View>
|
</View>
|
||||||
<View style={ styles.symptomViewRowInline }>
|
<View style={ styles.symptomViewRowInline }>
|
||||||
<Text style={styles.symptomDayView}>Mucus</Text>
|
<Text style={styles.symptomDayView}>Mucus</Text>
|
||||||
<View style={ styles.symptomEditButton }>
|
<View style={styles.symptomEditButton}>
|
||||||
<Button
|
<Button
|
||||||
onPress={() => this.showView('mucusEditView')}
|
onPress={() => this.showView('mucusEditView')}
|
||||||
title={mucusLabel}>
|
title={mucusLabel}>
|
||||||
@@ -122,7 +122,7 @@ export default class DayView extends Component {
|
|||||||
</View>
|
</View>
|
||||||
<View style={styles.symptomViewRowInline}>
|
<View style={styles.symptomViewRowInline}>
|
||||||
<Text style={styles.symptomDayView}>Cervix</Text>
|
<Text style={styles.symptomDayView}>Cervix</Text>
|
||||||
<View style={ styles.symptomEditButton }>
|
<View style={styles.symptomEditButton}>
|
||||||
<Button
|
<Button
|
||||||
onPress={() => this.showView('cervixEditView')}
|
onPress={() => this.showView('cervixEditView')}
|
||||||
title={cervixLabel}>
|
title={cervixLabel}>
|
||||||
|
|||||||
Reference in New Issue
Block a user