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

This commit is contained in:
BloodyMarie
2022-04-18 22:57:03 +02:00
parent 0cebe910c4
commit 655f6b31d8
+1 -1
View File
@@ -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