Move cervix & mucus off turn fertility off logic out of local storage
This commit is contained in:
@@ -173,6 +173,8 @@ const Settings = () => {
|
||||
setIsSecondarySymptomDisabled(false)
|
||||
} else if (!cervix && !mucus) {
|
||||
setIsSecondarySymptomDisabled(true)
|
||||
setFertilityTrackingEnabled(false)
|
||||
saveFertilityTrackingEnabled(false)
|
||||
}
|
||||
setMucusTrackingCategory(mucus)
|
||||
saveMucusTrackingCategory(mucus)
|
||||
|
||||
Reference in New Issue
Block a user