Skip to content
Snippets Groups Projects
Commit ea8cfed7 authored by Julia Friesel's avatar Julia Friesel
Browse files

Appease linter

parent 083e55ee
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ export default class Bleeding extends Component { ...@@ -47,7 +47,7 @@ export default class Bleeding extends Component {
<SymptomSectionHeader>Exclude</SymptomSectionHeader> <SymptomSectionHeader>Exclude</SymptomSectionHeader>
<View flexDirection={'row'}> <View flexDirection={'row'}>
<View flex={1}> <View flex={1}>
<AppText>You can exclude this value if it's not menstrual bleeding</AppText> <AppText>{"You can exclude this value if it's not menstrual bleeding"}</AppText>
</View> </View>
<Switch <Switch
onValueChange={(val) => { onValueChange={(val) => {
......
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