Skip to content

Instantly share code, notes, and snippets.

@kutyel
Last active November 17, 2016 13:17
Show Gist options
  • Save kutyel/4bc95e0210d5a3414706a8d4413bb850 to your computer and use it in GitHub Desktop.
Save kutyel/4bc95e0210d5a3414706a8d4413bb850 to your computer and use it in GitHub Desktop.
{ shouldFlag: selectedIds => this.messages.filter(m => selectedIds.includes(m.id)).some(m => !m.flagged) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment