Skip to content

Instantly share code, notes, and snippets.

@trblackw
Created May 31, 2020 19:47
Show Gist options
  • Save trblackw/91fffad24670f37627fbd3e89ea5e716 to your computer and use it in GitHub Desktop.
Save trblackw/91fffad24670f37627fbd3e89ea5e716 to your computer and use it in GitHub Desktop.
//confirmedUserId derived from email confirmation
setUsers(prevState => prevState.map(user => (user.id === confirmedUserId ? { ...user, emailConfirmed: true } : user)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment