Fix copypasta
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ export default function (cycleDays, tempEvalEndIndex) {
|
||||
const cycleDayIndex = cycleDays.indexOf(day)
|
||||
|
||||
// if temperature evaluation has been completed an we still haven't found
|
||||
// a candidate, there is no cervix shift
|
||||
// a candidate, there is no mucus shift
|
||||
if (cycleDayIndex > tempEvalEndIndex) return notDetected
|
||||
|
||||
// no best quality day may occur until temperature evaluation has
|
||||
|
||||
Reference in New Issue
Block a user