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 ( - +