Add comment for future TODO linking gitlab issue
This commit is contained in:
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user