fixing cervical mucus button also showing disabled alert

This commit is contained in:
wunderfisch
2024-03-14 18:02:15 +01:00
parent fc4bc625ce
commit 693c766da8
+1 -1
View File
@@ -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