diff --git a/js/components/ascribe_buttons/acl_button_list.js b/js/components/ascribe_buttons/acl_button_list.js index 73f00c90..ef48dd65 100644 --- a/js/components/ascribe_buttons/acl_button_list.js +++ b/js/components/ascribe_buttons/acl_button_list.js @@ -46,6 +46,12 @@ let AclButtonList = React.createClass({ return (
+ - {this.props.children}
diff --git a/js/components/ascribe_buttons/acl_information_button.js b/js/components/ascribe_buttons/acl_information_button.js index 7042e086..9d637c70 100644 --- a/js/components/ascribe_buttons/acl_information_button.js +++ b/js/components/ascribe_buttons/acl_information_button.js @@ -4,7 +4,7 @@ 'use strict'; import React from 'react'; -import classnames from 'classnames'; +import classnames from 'classnames'; import DropdownButton from 'react-bootstrap/lib/Button'; diff --git a/js/components/ascribe_detail/edition.js b/js/components/ascribe_detail/edition.js index 501b4c6b..4c8f8919 100644 --- a/js/components/ascribe_detail/edition.js +++ b/js/components/ascribe_detail/edition.js @@ -291,9 +291,6 @@ let EditionSummary = React.createClass({ editions={[this.props.edition]} handleSuccess={this.handleSuccess}> {withdrawButton} - {unconsignRequestButton}