Fix incorrect variable reference

This commit is contained in:
tim 2016-11-08 12:09:21 +01:00
parent f4e1b1d796
commit 84ef592ed3
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ let AclFormFactory = React.createClass({
if (action === 'acl_consign') { if (action === 'acl_consign') {
return ( return (
<ConsignForm <ConsignForm
buttons={acceptName} buttons={acceptButton}
autoFocusProperty={autoFocusProperty} autoFocusProperty={autoFocusProperty}
email={email} email={email}
message={formMessage} message={formMessage}