From ea8cfed71d114ce8fc470bb1bd20310a9d5e28e2 Mon Sep 17 00:00:00 2001 From: Julia Friesel <julia.friesel@gmail.com> Date: Sat, 1 Sep 2018 20:15:27 +0200 Subject: [PATCH] Appease linter --- components/cycle-day/symptoms/bleeding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cycle-day/symptoms/bleeding.js b/components/cycle-day/symptoms/bleeding.js index 13211627..ecfaf208 100644 --- a/components/cycle-day/symptoms/bleeding.js +++ b/components/cycle-day/symptoms/bleeding.js @@ -47,7 +47,7 @@ export default class Bleeding extends Component { <SymptomSectionHeader>Exclude</SymptomSectionHeader> <View flexDirection={'row'}> <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> <Switch onValueChange={(val) => { -- GitLab