From f8d29ef7224c1c800ecefb9ffa2f52ec5fab6d38 Mon Sep 17 00:00:00 2001 From: nandoacoelho Date: Wed, 28 Aug 2019 16:36:31 -0300 Subject: [PATCH] Update payload to appPayload --- react/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ? (
) : (