secondarySymptom as default;
be more explicit for periOvuEnd calculation
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ export default function getSymptoThermalStatus(cycleInfo) {
|
||||
|
||||
if (tempOver > secondarySymptomOver) {
|
||||
periOvulatoryEnd = temperatureShift.evaluationCompleteDay
|
||||
} else {
|
||||
} else if (secondarySymptom > tempOver) {
|
||||
periOvulatoryEnd = secondaryShift.evaluationCompleteDay
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user