diff --git a/apps/web/Components/Output/Validation.jsx b/apps/web/Components/Output/Validation.jsx index d42e805..e5397a4 100644 --- a/apps/web/Components/Output/Validation.jsx +++ b/apps/web/Components/Output/Validation.jsx @@ -47,12 +47,14 @@ function getPaymentsTableErrors({ $tables, $process }) { const title = payments.validation.params.err_title; return errors.map(({ key, message }) => ( - + + + )); } @@ -62,12 +64,14 @@ function getInsuranceTableErrors({ $tables, $process }) { const title = insurance.validation.params.err_title; return errors.map(({ key, message }) => ( - + + + )); }