Fix label, replace old property
This commit is contained in:
@@ -72,7 +72,7 @@ export default class DayView extends Component {
|
|||||||
if (this.cycleDay.mucus) {
|
if (this.cycleDay.mucus) {
|
||||||
const mucus = this.cycleDay.mucus
|
const mucus = this.cycleDay.mucus
|
||||||
if (typeof mucus.feeling === 'number' && typeof mucus.texture === 'number') {
|
if (typeof mucus.feeling === 'number' && typeof mucus.texture === 'number') {
|
||||||
mucusLabel = `${feelingLabels[mucus.feeling]} + ${textureLabels[mucus.texture]} ( ${computeSensiplanMucusLabels[mucus.computedNfp]} )`
|
mucusLabel = `${feelingLabels[mucus.feeling]} + ${textureLabels[mucus.texture]} ( ${computeSensiplanMucusLabels[mucus.value]} )`
|
||||||
if (mucus.exclude) mucusLabel = "( " + mucusLabel + " )"
|
if (mucus.exclude) mucusLabel = "( " + mucusLabel + " )"
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user