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({