From 693c766da8a1483fd65438a9a57a9bd0ef2e9fa2 Mon Sep 17 00:00:00 2001 From: wunderfisch Date: Thu, 14 Mar 2024 18:02:15 +0100 Subject: [PATCH] fixing cervical mucus button also showing disabled alert --- components/cycle-day/select-tab-group.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cycle-day/select-tab-group.js b/components/cycle-day/select-tab-group.js index 25db72a..6805b66 100644 --- a/components/cycle-day/select-tab-group.js +++ b/components/cycle-day/select-tab-group.js @@ -21,7 +21,7 @@ export default function SelectTabGroup({ // Disable is only used for secondarySymptom in customization, if more come up maybe consider more tidy solution const showDisabledAlert = (label) => { - if (label === 'cervix' || label === 'mucus') { + if (label === 'cervix' || label === 'cervical mucus') { Alert.alert( labels.secondarySymptom.disabled.title, labels.secondarySymptom.disabled.message