Basic working version that includes period products

This commit is contained in:
Liv
2023-11-20 12:13:42 +01:00
committed by bl00dymarie
parent e6c253f2cb
commit 9fbe99e23b
5 changed files with 266 additions and 12 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ const SymptomEditView = ({ date, onClose, symptom, symptomData }) => {
<Segment key={group.key} style={styles.segmentBorder}>
<AppText style={styles.title}>{group.title}</AppText>
<SelectTabGroup
activeButton={data[group.key]}
activeButton={data[group.key]} //this is supposed to be a number
buttons={group.options}
onSelect={(value) => onSelectTab(group, value)}
/>