Skip to content

Instantly share code, notes, and snippets.

@ratbeard
Created May 10, 2018 18:14
Show Gist options
  • Select an option

  • Save ratbeard/8cc0635df962a9437cdfb587cfdf0d27 to your computer and use it in GitHub Desktop.

Select an option

Save ratbeard/8cc0635df962a9437cdfb587cfdf0d27 to your computer and use it in GitHub Desktop.
if (items.length > 1) {
return false
}
const item = items[0]
if ('attachableIcon' in item) {
return item.actions.includes('update')
} else {
return item.actions.includes('update')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment