hotfix for 3-d page
This commit is contained in:
parent
ee7849941f
commit
b7c38ef4aa
@ -625,7 +625,7 @@ class Form_3_Signer extends QuestionnaireForm
|
||||
title="Прикрепить скан паспорта единоличного исполнительного органа"
|
||||
/>
|
||||
|
||||
{ main.inn.length < 11 &&
|
||||
{ main.inn !== null && main.inn.length < 11 &&
|
||||
(
|
||||
<React.Fragment>
|
||||
<div className="form_field">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user