From db4e8eedbaedaadc15ca6c6dec7e503afe0b8ae7 Mon Sep 17 00:00:00 2001 From: Chika Date: Mon, 18 Apr 2022 16:01:36 +0300 Subject: [PATCH] sections: revert tbxMaxMass to form --- .../Containers/Calculation/Components/Sections/sectionsList.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client/Containers/Calculation/Components/Sections/sectionsList.ts b/src/client/Containers/Calculation/Components/Sections/sectionsList.ts index 4905f72..6bf5232 100644 --- a/src/client/Containers/Calculation/Components/Sections/sectionsList.ts +++ b/src/client/Containers/Calculation/Components/Sections/sectionsList.ts @@ -192,6 +192,9 @@ const sections: ISection[] = [ { elements: ['tbxMaxSpeed', 'tbxCountSeats', 'tbxMileage'], }, + { + elements: ['tbxMaxMass'], + }, ], }, ],