Replacing mucus default with secondarySymptom
This commit is contained in:
+4
-1
@@ -16,7 +16,10 @@ export default function getSymptoThermalStatus(cycleInfo) {
|
||||
// if there was no first higher measurement in the previous cycle,
|
||||
// no infertile pre-ovulatory phase may be assumed
|
||||
if (previousCycle) {
|
||||
const statusForLast = getSymptoThermalStatus({ cycle: previousCycle })
|
||||
const statusForLast = getSymptoThermalStatus({
|
||||
cycle: previousCycle,
|
||||
secondarySymptom: secondarySymptom
|
||||
})
|
||||
if (statusForLast.temperatureShift) {
|
||||
const preOvuPhase = getPreOvulatoryPhase(
|
||||
cycle,
|
||||
|
||||
Reference in New Issue
Block a user