diff --git a/react/index.js b/react/index.js index 26b3507..f492505 100644 --- a/react/index.js +++ b/react/index.js @@ -56,11 +56,11 @@ class YesNoApp extends Component { } render() { - const { payload } = this.props + const { appPayload } = this.props return (
{JSON.stringify(payload)}
+{JSON.stringify(appPayload)}
{this.state.scriptLoaded ? ( ) : (