From f9ec06c965578b9e03a4424d06f7b4c1466de718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Mon, 17 Jan 2022 17:06:45 +0000 Subject: [PATCH] fix: mark TODOs --- new-lamassu-admin/src/pages/Customers/CustomerProfile.js | 1 + new-lamassu-admin/src/pages/Customers/helper.js | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/new-lamassu-admin/src/pages/Customers/CustomerProfile.js b/new-lamassu-admin/src/pages/Customers/CustomerProfile.js index 8ea827a1..59d0202c 100644 --- a/new-lamassu-admin/src/pages/Customers/CustomerProfile.js +++ b/new-lamassu-admin/src/pages/Customers/CustomerProfile.js @@ -18,6 +18,7 @@ import { ReactComponent as BlockReversedIcon } from 'src/styling/icons/button/bl import { ReactComponent as BlockIcon } from 'src/styling/icons/button/block/zodiac.svg' import { ReactComponent as DataReversedIcon } from 'src/styling/icons/button/data/white.svg' import { ReactComponent as DataIcon } from 'src/styling/icons/button/data/zodiac.svg' +// TODO: Enable for next release // import { ReactComponent as DiscountReversedIcon } from 'src/styling/icons/button/discount/white.svg' // import { ReactComponent as Discount } from 'src/styling/icons/button/discount/zodiac.svg' import { fromNamespace, namespaces } from 'src/utils/config' diff --git a/new-lamassu-admin/src/pages/Customers/helper.js b/new-lamassu-admin/src/pages/Customers/helper.js index c0d86f55..b991e76d 100644 --- a/new-lamassu-admin/src/pages/Customers/helper.js +++ b/new-lamassu-admin/src/pages/Customers/helper.js @@ -250,9 +250,7 @@ const ManualDataEntry = ({ selectedValues, customInfoRequirementOptions }) => { getOptionSelected={R.eqProps('code')} labelProp={'display'} options={customInfoRequirementOptions} - onChange={(evt, it) => { - // dispatch({ type: 'form', form: it }) - }} + onChange={(evt, it) => {}} /> )}