Skip to content

Instantly share code, notes, and snippets.

@bad6e
Created January 26, 2018 14:31
Show Gist options
  • Save bad6e/8ddba4f8859512c202322d2de29d976a to your computer and use it in GitHub Desktop.
Save bad6e/8ddba4f8859512c202322d2de29d976a to your computer and use it in GitHub Desktop.
stuff
handleBorrowerToggle = (event) => {
const { target: { name, value } } = event
this.setState({ [name]: value, event })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment