diff --git a/packages/component-manuscript/src/components/ManuscriptPage.js b/packages/component-manuscript/src/components/ManuscriptPage.js index 7fc178ee6a476cc1d58188d3d7a30fe151b79136..87fe29e9ff0d1591c40994a77ba2302fe9a3082b 100644 --- a/packages/component-manuscript/src/components/ManuscriptPage.js +++ b/packages/component-manuscript/src/components/ManuscriptPage.js @@ -1,4 +1,3 @@ -import React from 'react' import { connect } from 'react-redux' import { actions } from 'pubsweet-client' import { ConnectPage } from 'xpub-connect' @@ -32,7 +31,7 @@ export default compose( ), lifecycle({ componentDidMount() { - const { reviewerDecision, replace, location, match, project } = this.props + const { reviewerDecision, replace, location, match } = this.props const collectionId = match.params.project const { agree, invitationId } = parseSearchParams(location.search) if (agree === 'true') {