Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
filter={np=>np.networkTypeId===id} render={ networkProtocols =>
isNotArray(networkProtocols) ?
<div></div> :
networkProtocols.map((networkProtocol,key) =>
)}/>
render={ networkTypes =>
isNotArray(networkTypes) ?
<div></div> :
networkTypes.map((networkType,key) =>
)
}/>