Only check if fertility tracking enabled for display of secondary Symptom

This commit is contained in:
bl00dymarie
2024-02-23 13:14:21 +01:00
parent 3c0ea9b208
commit 8150b791ed
+1 -2
View File
@@ -284,8 +284,7 @@ const Settings = () => {
{/* used to be switch for onCervixToggle */}
<Pressable onPress={secondarySymptomDisabledPrompt}>
<Segment title={labels.secondarySymptom.title}>
{!isTemperatureTrackingCategoryEnabled ||
isSecondarySymptomDisabled ? (
{!isFertilityTrackingEnabled ? (
<AppText>{labels.secondarySymptom.disabled.message}</AppText>
) : (
<>