Skip to content
Snippets Groups Projects
Commit bae2192a authored by emelko's avatar emelko
Browse files

Consistency of no space in {}

parent bcc901c0
No related branches found
No related tags found
No related merge requests found
......@@ -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}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment