From 50701b19b7380a7230ab0c49312701d2926a9b4e Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Sun, 24 Mar 2024 10:54:12 +0300 Subject: [PATCH] apps/web: remove elements id's --- apps/web/Components/Calculation/Form/index.jsx | 2 +- apps/web/Components/Calculation/Settings/index.jsx | 2 +- apps/web/Components/Output/index.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/Components/Calculation/Form/index.jsx b/apps/web/Components/Calculation/Form/index.jsx index 74bcb9d..dceb6b4 100644 --- a/apps/web/Components/Calculation/Form/index.jsx +++ b/apps/web/Components/Calculation/Form/index.jsx @@ -46,7 +46,7 @@ const ComponentWrapper = styled.div` function Form({ prune }) { return ( - + {formTabs .filter((tab) => !prune?.includes(tab.id)) diff --git a/apps/web/Components/Calculation/Settings/index.jsx b/apps/web/Components/Calculation/Settings/index.jsx index e0bf70c..7c140bd 100644 --- a/apps/web/Components/Calculation/Settings/index.jsx +++ b/apps/web/Components/Calculation/Settings/index.jsx @@ -28,7 +28,7 @@ export default function Settings() { : renderFormRows(config.paramsRows); return ( - + {mainRows} {paramsRows} diff --git a/apps/web/Components/Output/index.jsx b/apps/web/Components/Output/index.jsx index f8c2f9b..c39734d 100644 --- a/apps/web/Components/Output/index.jsx +++ b/apps/web/Components/Output/index.jsx @@ -58,7 +58,7 @@ const Output = observer(() => { }, [$results.payments.length, hasErrors]); return ( - +