From 8150b791edc8fae0cca18da552d552730e0aba3b Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Fri, 23 Feb 2024 13:14:21 +0100 Subject: [PATCH] Only check if fertility tracking enabled for display of secondary Symptom --- components/settings/customization/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/settings/customization/index.js b/components/settings/customization/index.js index 6fd93df..1782104 100644 --- a/components/settings/customization/index.js +++ b/components/settings/customization/index.js @@ -284,8 +284,7 @@ const Settings = () => { {/* used to be switch for onCervixToggle */} - {!isTemperatureTrackingCategoryEnabled || - isSecondarySymptomDisabled ? ( + {!isFertilityTrackingEnabled ? ( {labels.secondarySymptom.disabled.message} ) : ( <>