Consistency of no space in {}

This commit is contained in:
emelko
2018-07-23 18:16:22 +02:00
parent bcc901c061
commit bae2192a60
+2 -2
View File
@@ -113,7 +113,7 @@ export default class DayView extends Component {
</View>
<View style={ styles.symptomViewRowInline }>
<Text style={styles.symptomDayView}>Mucus</Text>
<View style={ styles.symptomEditButton }>
<View style={styles.symptomEditButton}>
<Button
onPress={() => this.showView('mucusEditView')}
title={mucusLabel}>
@@ -122,7 +122,7 @@ export default class DayView extends Component {
</View>
<View style={styles.symptomViewRowInline}>
<Text style={styles.symptomDayView}>Cervix</Text>
<View style={ styles.symptomEditButton }>
<View style={styles.symptomEditButton}>
<Button
onPress={() => this.showView('cervixEditView')}
title={cervixLabel}>