diff --git a/src/client/Containers/Calculation/Components/Sections/sectionsList.ts b/src/client/Containers/Calculation/Components/Sections/sectionsList.ts index 772eb30..0a78438 100644 --- a/src/client/Containers/Calculation/Components/Sections/sectionsList.ts +++ b/src/client/Containers/Calculation/Components/Sections/sectionsList.ts @@ -35,7 +35,7 @@ const sections: ISection[] = [ blocks: [ { elements: ['tbxFirstPaymentPerc'] }, { elements: ['tbxFirstPaymentRub'] }, - { elements: ['cbxSupplierFinancing'] }, + // { elements: ['cbxSupplierFinancing'] }, ], }, @@ -48,9 +48,9 @@ const sections: ISection[] = [ { elements: ['tbxSaleBonus'], }, - { - // elements: ['tbxRedemptionPaymentSum'], - }, + // { + // elements: ['tbxRedemptionPaymentSum'], + // }, ], },