From 9d5c88cfdb94adfb41c9a4b68e9a878ec2495eaa Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 7 Feb 2023 09:27:00 +0300 Subject: [PATCH] fix build --- .../Calculation/Components/Sections/sectionsList.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client/Containers/Calculation/Components/Sections/sectionsList.ts b/src/client/Containers/Calculation/Components/Sections/sectionsList.ts index 772eb30..c9f7fd4 100644 --- a/src/client/Containers/Calculation/Components/Sections/sectionsList.ts +++ b/src/client/Containers/Calculation/Components/Sections/sectionsList.ts @@ -48,9 +48,9 @@ const sections: ISection[] = [ { elements: ['tbxSaleBonus'], }, - { - // elements: ['tbxRedemptionPaymentSum'], - }, + // { + // elements: ['tbxRedemptionPaymentSum'], + // }, ], },