Add comment for future TODO linking gitlab issue

This commit is contained in:
bl00dymarie
2024-02-26 16:51:29 +00:00
parent 8a65c081a8
commit 9ec52b78cf
+1
View File
@@ -8,6 +8,7 @@ import { Colors, Containers } from '../../styles'
import labels from '../../i18n/en/settings' import labels from '../../i18n/en/settings'
export default function SelectTabGroup({ activeButton, buttons, onSelect }) { export default function SelectTabGroup({ activeButton, buttons, onSelect }) {
// TODO https://gitlab.com/bloodyhealth/drip/-/issues/707
const oneTimeTransformIntoNumber = const oneTimeTransformIntoNumber =
typeof activeButton === 'boolean' && Number(activeButton) typeof activeButton === 'boolean' && Number(activeButton)
const isSecondarySymptomSwitch = const isSecondarySymptomSwitch =