From 3fee043b4702a75dfca5fbe7c5deea2678e6aab5 Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Fri, 29 Sep 2017 13:18:54 -0500 Subject: [PATCH] fix(inputCaption): fix input caption selector --- app/components/Form/PayForm.js | 4 ++++ app/reducers/payform.js | 10 +++++++--- app/routes/app/components/App.js | 1 - app/routes/app/containers/AppContainer.js | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/app/components/Form/PayForm.js b/app/components/Form/PayForm.js index d7fc6e89..7a46f994 100644 --- a/app/components/Form/PayForm.js +++ b/app/components/Form/PayForm.js @@ -20,6 +20,7 @@ class PayForm extends Component { onPaySubmit } = this.props + console.log('inputCaption: ', inputCaption) return (
@@ -43,6 +44,9 @@ class PayForm extends Component { />
+
+ {inputCaption} +