Adding "other" as pain option and link text input to it

This commit is contained in:
Bl00dyMarie
2018-08-20 14:55:58 +02:00
parent 30752a05c2
commit e68b8f5460
5 changed files with 36 additions and 7 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ function getLabel(symptomName, symptom) {
let painLabel = ''
if (pain.cramps || pain.ovulationPain || pain.headache ||
pain.backache || pain.nausea || pain.tenderBreasts ||
pain.migraine
pain.migraine || pain.other
) {
painLabel += 'Pain'
}