diff --git a/apps/web/Components/Calculation/Form/ELT/Osago.tsx b/apps/web/Components/Calculation/Form/ELT/Osago.tsx index c07653d..b328dd2 100644 --- a/apps/web/Components/Calculation/Form/ELT/Osago.tsx +++ b/apps/web/Components/Calculation/Form/ELT/Osago.tsx @@ -118,6 +118,13 @@ export function Osago() { }; } + if (column.key === 'totalFranchise') { + return { + ...column, + render: () => 'Не требуется', + }; + } + return column; });