diff --git a/components/settings/customization/index.js b/components/settings/customization/index.js index ad9881a..7fa9dd7 100644 --- a/components/settings/customization/index.js +++ b/components/settings/customization/index.js @@ -167,7 +167,7 @@ const Settings = () => { saveUseCervixAsSecondarySymptom(useCervixAsSecondarySymptom) } - const secSymptomDisabledPrompt = () => { + const secondarySymptomDisabledPrompt = () => { if (!isMucusTrackingCategoryEnabled == isCervixTrackingCategoryEnabled) { Alert.alert( labels.secondarySymptom.disabled.title, @@ -269,7 +269,7 @@ const Settings = () => { {/* used to be switch for onCervixToggle */} - + {!isTemperatureTrackingCategoryEnabled || isSecondarySymptomDisabled ? (