From 9ec52b78cfeb77c4bc28b89d1bee9f3295a8459b Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Mon, 26 Feb 2024 16:51:29 +0000 Subject: [PATCH] Add comment for future TODO linking gitlab issue --- components/cycle-day/select-tab-group.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/cycle-day/select-tab-group.js b/components/cycle-day/select-tab-group.js index 8c98f78..f2839d7 100644 --- a/components/cycle-day/select-tab-group.js +++ b/components/cycle-day/select-tab-group.js @@ -8,6 +8,7 @@ import { Colors, Containers } from '../../styles' import labels from '../../i18n/en/settings' export default function SelectTabGroup({ activeButton, buttons, onSelect }) { +// TODO https://gitlab.com/bloodyhealth/drip/-/issues/707 const oneTimeTransformIntoNumber = typeof activeButton === 'boolean' && Number(activeButton) const isSecondarySymptomSwitch =