Refactor getStatusAsString

This commit is contained in:
Julia Friesel
2018-07-18 14:14:43 +02:00
parent 42a96da69d
commit ebf18dac22
3 changed files with 47 additions and 19 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ export default class Mucus extends Component {
saveSymptom('mucus', this.cycleDay, {
feeling: this.state.currentFeelingValue,
texture: this.state.currentTextureValue,
computedNfp: computeSensiplanValue(this.state.currentFeelingValue, this.state.currentTextureValue),
value: computeSensiplanValue(this.state.currentFeelingValue, this.state.currentTextureValue),
exclude: this.state.exclude
})
},