From 760ef0e0780fa26afdd0dabd6f2944622d8d553e Mon Sep 17 00:00:00 2001 From: Chika Date: Fri, 8 Jul 2022 11:32:39 +0300 Subject: [PATCH] Form/InsuranceTable: Validation at top --- Components/Calculation/Form/Insurance/InsuranceTable/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/Calculation/Form/Insurance/InsuranceTable/index.jsx b/Components/Calculation/Form/Insurance/InsuranceTable/index.jsx index ff29374..08aa736 100644 --- a/Components/Calculation/Form/Insurance/InsuranceTable/index.jsx +++ b/Components/Calculation/Form/Insurance/InsuranceTable/index.jsx @@ -51,8 +51,8 @@ const InsuranceTable = observer(() => { export default function () { return ( - + ); }