From ad78cc9876cab274b3e99c7214d826c549fd62d8 Mon Sep 17 00:00:00 2001 From: Chika Date: Tue, 19 Apr 2022 10:55:31 +0300 Subject: [PATCH] sections: revert tbxEngineHours --- .../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 6bf5232..24fa6fa 100644 --- a/src/client/Containers/Calculation/Components/Sections/sectionsList.ts +++ b/src/client/Containers/Calculation/Components/Sections/sectionsList.ts @@ -193,7 +193,7 @@ const sections: ISection[] = [ elements: ['tbxMaxSpeed', 'tbxCountSeats', 'tbxMileage'], }, { - elements: ['tbxMaxMass'], + elements: ['tbxMaxMass', 'tbxEngineHours'], }, ], },