Only check if fertility tracking enabled for display of secondary Symptom
This commit is contained in:
@@ -284,8 +284,7 @@ const Settings = () => {
|
|||||||
{/* used to be switch for onCervixToggle */}
|
{/* used to be switch for onCervixToggle */}
|
||||||
<Pressable onPress={secondarySymptomDisabledPrompt}>
|
<Pressable onPress={secondarySymptomDisabledPrompt}>
|
||||||
<Segment title={labels.secondarySymptom.title}>
|
<Segment title={labels.secondarySymptom.title}>
|
||||||
{!isTemperatureTrackingCategoryEnabled ||
|
{!isFertilityTrackingEnabled ? (
|
||||||
isSecondarySymptomDisabled ? (
|
|
||||||
<AppText>{labels.secondarySymptom.disabled.message}</AppText>
|
<AppText>{labels.secondarySymptom.disabled.message}</AppText>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user