From c81f7d62911aef2d1429e2ab2fc64a6c41db05d9 Mon Sep 17 00:00:00 2001 From: emelko Date: Sun, 19 May 2019 13:09:21 +0200 Subject: [PATCH] Gets rid of trailing spaces --- components/cycle-day/symptoms/mood.js | 2 +- components/cycle-day/symptoms/mucus.js | 4 ++-- components/cycle-day/symptoms/sex.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/cycle-day/symptoms/mood.js b/components/cycle-day/symptoms/mood.js index e9dd963..720fcfb 100644 --- a/components/cycle-day/symptoms/mood.js +++ b/components/cycle-day/symptoms/mood.js @@ -32,7 +32,7 @@ export default class Mood extends SymptomView { } symptomName = 'mood' - + showInfoBox(){ const symptomName = 'mood' Alert.alert( diff --git a/components/cycle-day/symptoms/mucus.js b/components/cycle-day/symptoms/mucus.js index 49eceb9..b3109cb 100644 --- a/components/cycle-day/symptoms/mucus.js +++ b/components/cycle-day/symptoms/mucus.js @@ -27,7 +27,7 @@ export default class Mucus extends SymptomView { } symptomName = 'mucus' - + showInfoBox(){ const symptomName = 'mucus' Alert.alert( @@ -42,7 +42,7 @@ export default class Mucus extends SymptomView { this.deleteSymptomEntry() return } - + const feeling = this.state.feeling const texture = this.state.texture this.saveSymptomEntry({ diff --git a/components/cycle-day/symptoms/sex.js b/components/cycle-day/symptoms/sex.js index bd9487d..6538425 100644 --- a/components/cycle-day/symptoms/sex.js +++ b/components/cycle-day/symptoms/sex.js @@ -41,7 +41,7 @@ export default class Sex extends SymptomView { infoLabels[symptomName].text ) } - + onBackButtonPress() { const nothingEntered = Object.values(this.state).every(val => !val) if (nothingEntered) {