From 8af5e5460e24896653c73bbfe0283adc9f40313a Mon Sep 17 00:00:00 2001 From: Chika Date: Tue, 19 Apr 2022 11:03:09 +0300 Subject: [PATCH] fix prev commit --- .../Calculation/Components/Sections/sectionsList.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/client/Containers/Calculation/Components/Sections/sectionsList.ts b/src/client/Containers/Calculation/Components/Sections/sectionsList.ts index 24fa6fa..d7665b0 100644 --- a/src/client/Containers/Calculation/Components/Sections/sectionsList.ts +++ b/src/client/Containers/Calculation/Components/Sections/sectionsList.ts @@ -180,6 +180,7 @@ const sections: ISection[] = [ 'tbxLeaseObjectCount', 'tbxLeaseObjectYear', 'selectLeaseObjectCategory', + 'tbxMaxMass', ], }, { @@ -187,14 +188,12 @@ const sections: ISection[] = [ 'selectEngineType', 'tbxLeaseObjectMotorPower', 'tbxEngineVolume', + 'tbxEngineHours', ], }, { elements: ['tbxMaxSpeed', 'tbxCountSeats', 'tbxMileage'], }, - { - elements: ['tbxMaxMass', 'tbxEngineHours'], - }, ], }, ],