Skip to content
Snippets Groups Projects
Commit 655f6b31 authored by BloodyMarie's avatar BloodyMarie
Browse files

Cycle day styling: Remove new line for better display of mucus

parent 0cebe910
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment