From 8372e9f8b854e504a010c14321c23eeef42d45d0 Mon Sep 17 00:00:00 2001 From: Chika Date: Tue, 16 Nov 2021 19:19:16 +0300 Subject: [PATCH] sections: beautify --- .../Containers/Calculation/Sections/sectionsList.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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', ], }, ],