diff --git a/components/helpers/cycle-day.js b/components/helpers/cycle-day.js index 9e1248f..aa7ce3d 100644 --- a/components/helpers/cycle-day.js +++ b/components/helpers/cycle-day.js @@ -353,7 +353,7 @@ const label = { }) .join(', ') - if (isNumber(mucus.value)) label += `\n => ${labels.mucusNFP[mucus.value]}` + if (isNumber(mucus.value)) label += ` => ${labels.mucusNFP[mucus.value]}` if (mucus.exclude) label = `(${label})` return label