diff --git a/Components/Calculation/Form/Payments/PaymentsTable/config.tsx b/Components/Calculation/Form/Payments/PaymentsTable/config.tsx index 4e4e9f3..6d1e7ac 100644 --- a/Components/Calculation/Form/Payments/PaymentsTable/config.tsx +++ b/Components/Calculation/Form/Payments/PaymentsTable/config.tsx @@ -25,7 +25,7 @@ export const columns: ColumnsType = [ render: (_value, payment) => { const Component = buildValueComponent(payment.num, InputNumber); - return ; + return ; }, }, ];