From 046c9af4b34cf572ae834cf6745990828fddcfa2 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 18 Mar 2021 03:54:07 +0300 Subject: feat: improve components style --- src/containers/WaybillForm.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/containers') diff --git a/src/containers/WaybillForm.tsx b/src/containers/WaybillForm.tsx index 1297a0f..6976652 100644 --- a/src/containers/WaybillForm.tsx +++ b/src/containers/WaybillForm.tsx @@ -33,9 +33,8 @@ const WaybillForm: React.FC = ({ setFieldValue, values }) => { { key: 'out', label: 'Расход' }, ]} /> - {_.times(recordsNumber).map(index => ( - +