Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Last active March 30, 2020 17:04
Show Gist options
  • Save akexorcist/b4acb1f87423f24ed669b2ce5727f35c to your computer and use it in GitHub Desktop.
Save akexorcist/b4acb1f87423f24ed669b2ce5727f35c to your computer and use it in GitHub Desktop.
...
onConfirmClick = () => {
if (this.props.confirm) {
const order = ...
this.props.confirm(order)
}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment