Rename to useCervixAsSecondarySymptom

This commit is contained in:
bl00dymarie
2024-02-19 17:48:37 +01:00
parent 7fa130f9e1
commit 63bc8a1daf
4 changed files with 25 additions and 18 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export default function SelectTabGroup({ activeButton, buttons, onSelect }) {
const oneTimeTransformIntoNumber =
typeof activeButton === 'boolean' && Number(activeButton)
const isSecondarySymptomSwitch =
buttons[0]['label'] === labels.useCervix.secondarySymptomCervicalMucus
buttons[0]['label'] === labels.useCervixAsSecondarySymptom.mucus
return (
<View style={styles.container}>
{buttons.map(({ label, value }, i) => {