From da72c9c0dbd11644e05a95408e713e9e633c24bb Mon Sep 17 00:00:00 2001 From: Bogdan Cochior <bogdan.cochior@thinslices.com> Date: Wed, 25 Apr 2018 10:18:30 +0300 Subject: [PATCH] style: fix linting --- packages/component-manuscript/src/components/ManuscriptPage.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/component-manuscript/src/components/ManuscriptPage.js b/packages/component-manuscript/src/components/ManuscriptPage.js index 7fc178ee6..87fe29e9f 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') { -- GitLab