From a289edb7f1c4dfd3ee1b5c0e1b2e3c9d657a1b01 Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Thu, 25 Jan 2024 12:03:51 +0100 Subject: [PATCH] Add symptom labels from config list --- components/settings/customization/index.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/components/settings/customization/index.js b/components/settings/customization/index.js index a8decf4..a8e0ab2 100644 --- a/components/settings/customization/index.js +++ b/components/settings/customization/index.js @@ -27,6 +27,7 @@ import { } from '../../../local-storage' import { Colors } from '../../../styles' import labels from '../../../i18n/en/settings' +import { SYMPTOMS } from '../../../config' const Settings = () => { const [shouldUseCervix, setShouldUseCervix] = useState( @@ -118,37 +119,37 @@ const Settings = () => {