- fixed JS error;
This commit is contained in:
@@ -444,7 +444,7 @@ const SoccorsoEditInstructorManager = () => {
|
||||
style={{ flexDirection: 'row' }}>
|
||||
<span>{o.label}</span>
|
||||
</li>) : null}
|
||||
{!isNil(amendmentRequestedDocs[data.amendmentDocumentType].map)
|
||||
{!isNil(amendmentRequestedDocs[data.amendmentDocumentType]) ?? !isNil(amendmentRequestedDocs[data.amendmentDocumentType].map)
|
||||
? amendmentRequestedDocs[data.amendmentDocumentType].map((v) => <li key={v}
|
||||
style={{ flexDirection: 'row' }}>
|
||||
<span>{v}</span>
|
||||
|
||||
Reference in New Issue
Block a user