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