diff --git a/src/client/Containers/Calculation/Sections/sectionsList.ts b/src/client/Containers/Calculation/Sections/sectionsList.ts index f577cc2..69ac3a9 100644 --- a/src/client/Containers/Calculation/Sections/sectionsList.ts +++ b/src/client/Containers/Calculation/Sections/sectionsList.ts @@ -300,18 +300,18 @@ const sections: ISection[] = [ // 'cbxInsUnlimitDrivers', // 'tbxInsAgeDrivers', // 'tbxInsExpDrivers', + 'selectGPSBrand', + 'selectGPSModel', + 'tbxInsKaskoPriceLeasePeriod', 'cbxWithTrailer', - 'tbxINNForCalc', // 'btnDriversApplication', ], }, { elements: [ - 'selectGPSBrand', - 'selectGPSModel', 'selectLegalClientRegion', 'selectLegalClientTown', - 'tbxInsKaskoPriceLeasePeriod', + 'tbxINNForCalc', ], }, ],