Adding secondarySymptom
* so calculating preOvuPhase with cervix is possible
This commit is contained in:
+2
-1
@@ -23,7 +23,8 @@ export default function getSymptoThermalStatus(cycleInfo) {
|
||||
if (statusForLast.temperatureShift) {
|
||||
const preOvuPhase = getPreOvulatoryPhase(
|
||||
cycle,
|
||||
[previousCycle, ...earlierCycles]
|
||||
[previousCycle, ...earlierCycles],
|
||||
secondarySymptom
|
||||
)
|
||||
if (preOvuPhase) {
|
||||
status.phases.preOvulatory = preOvuPhase
|
||||
|
||||
Reference in New Issue
Block a user