From 6761a25a2a155d3bd3f097a683ae32a6a45fe3df Mon Sep 17 00:00:00 2001 From: Chika Date: Fri, 25 Mar 2022 14:25:24 +0300 Subject: [PATCH] elements: hide selectFuelCard --- .../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 8284e9d..402f4ab 100644 --- a/src/client/Containers/Calculation/Components/Sections/sectionsList.ts +++ b/src/client/Containers/Calculation/Components/Sections/sectionsList.ts @@ -328,7 +328,7 @@ const sections: ISection[] = [ { elements: [ 'selectTechnicalCard', - 'selectFuelCard', + // 'selectFuelCard', 'selectInsNSIB', 'radioRequirementTelematic', 'selectTracker',