Remove idle code

This commit is contained in:
bl00dymarie
2024-02-22 13:29:16 +00:00
parent aa440742ca
commit e69ca93382
@@ -200,7 +200,6 @@ const Settings = () => {
}} }}
text={SYMPTOMS[2]} text={SYMPTOMS[2]}
value={isMucusTrackingCategoryEnabled} value={isMucusTrackingCategoryEnabled}
trackColor={{ true: Colors.turquoiseDark }}
/> />
<AppSwitch <AppSwitch
@@ -209,7 +208,6 @@ const Settings = () => {
}} }}
text={SYMPTOMS[3]} text={SYMPTOMS[3]}
value={isCervixTrackingCategoryEnabled} value={isCervixTrackingCategoryEnabled}
trackColor={{ true: Colors.turquoiseDark }}
/> />
<AppSwitch <AppSwitch