From 19bdf59f468cc8a834746e6fd27512bb93130c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Fri, 13 Nov 2015 09:57:22 +0100 Subject: [PATCH] Include feedback from PR for destructuring props --- .../cyland_additional_data_form.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/js/components/whitelabel/wallet/components/cyland/cyland_forms/cyland_additional_data_form.js b/js/components/whitelabel/wallet/components/cyland/cyland_forms/cyland_additional_data_form.js index ac8e70ab..c9ed8666 100644 --- a/js/components/whitelabel/wallet/components/cyland/cyland_forms/cyland_additional_data_form.js +++ b/js/components/whitelabel/wallet/components/cyland/cyland_forms/cyland_additional_data_form.js @@ -78,7 +78,7 @@ let CylandAdditionalDataForm = React.createClass({ }, render() { - let { piece, isInline, disabled, handleSuccess } = this.props; + let { piece, isInline, disabled, handleSuccess, location } = this.props; let buttons, spinner, heading; if(!isInline) { @@ -123,7 +123,7 @@ let CylandAdditionalDataForm = React.createClass({