Skip to content

Commit

Permalink
Update payload to appPayload
Browse files Browse the repository at this point in the history
  • Loading branch information
omninando committed Aug 28, 2019
1 parent 64071a8 commit f8d29ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ class YesNoApp extends Component {
}

render() {
const { payload } = this.props
const { appPayload } = this.props

return (
<div className={styles.yesNoWrapper}>
<p>{JSON.stringify(payload)}</p>
<p>{JSON.stringify(appPayload)}</p>
{this.state.scriptLoaded ? (
<div className="g-recaptcha" ref={this.divContainer}></div>
) : (
Expand Down

0 comments on commit f8d29ef

Please sign in to comment.