Skip to content
Snippets Groups Projects
Commit da72c9c0 authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

style: fix linting

parent b7cdf747
No related branches found
No related tags found
1 merge request!6Agree/Decline to work on a manuscript
import React from 'react'
import { connect } from 'react-redux' import { connect } from 'react-redux'
import { actions } from 'pubsweet-client' import { actions } from 'pubsweet-client'
import { ConnectPage } from 'xpub-connect' import { ConnectPage } from 'xpub-connect'
...@@ -32,7 +31,7 @@ export default compose( ...@@ -32,7 +31,7 @@ export default compose(
), ),
lifecycle({ lifecycle({
componentDidMount() { componentDidMount() {
const { reviewerDecision, replace, location, match, project } = this.props const { reviewerDecision, replace, location, match } = this.props
const collectionId = match.params.project const collectionId = match.params.project
const { agree, invitationId } = parseSearchParams(location.search) const { agree, invitationId } = parseSearchParams(location.search)
if (agree === 'true') { if (agree === 'true') {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment