Skip to content

Instantly share code, notes, and snippets.

@pk936
Created May 18, 2017 09:05
Show Gist options
  • Save pk936/85b75460476a3feb36b7bc474a470f4f to your computer and use it in GitHub Desktop.
Save pk936/85b75460476a3feb36b7bc474a470f4f to your computer and use it in GitHub Desktop.
{(
()=>{
if(fromOperatorFields.length > 0){
return (
fromOperatorFields.map((fields,index)=>{
return <option key={index} value="">{fields.label}</option>
})
)
}
}
)()}
// does not return option tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment