From ee6a93002d1dcce867f6000e18f38cdf35c6db98 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 7 Feb 2023 09:27:13 +0300 Subject: [PATCH] hide supplier financing --- .../Containers/Calculation/Components/Sections/sectionsList.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Containers/Calculation/Components/Sections/sectionsList.ts b/src/client/Containers/Calculation/Components/Sections/sectionsList.ts index c9f7fd4..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'] }, ], },