Skip to content

Instantly share code, notes, and snippets.

@sunho
Created January 21, 2018 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunho/20ae69099ae2b09f86bc36ecf042948f to your computer and use it in GitHub Desktop.
Save sunho/20ae69099ae2b09f86bc36ecf042948f to your computer and use it in GitHub Desktop.
toggleDetails() {
this.setState({
showDetails: !this.state.showDetails
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment