diff --git a/components/cycle-day/symptom-box.js b/components/cycle-day/symptom-box.js index 89d83a0..a30e883 100644 --- a/components/cycle-day/symptom-box.js +++ b/components/cycle-day/symptom-box.js @@ -86,7 +86,7 @@ class SymptomBox extends Component { {symptomTitles[symptom].toLowerCase()} {symptomDataToDisplay && - + {symptomDataToDisplay} }