Skip to content
Snippets Groups Projects
Commit 6915afef authored by Alexandru Munteanu's avatar Alexandru Munteanu
Browse files

remove author list from wizard component

parent 302f5fe3
No related branches found
No related tags found
No related merge requests found
import React from 'react'
import styled from 'styled-components'
import { Steps, AuthorList } from 'pubsweet-components-faraday/src/components'
import { Steps } from 'pubsweet-components-faraday/src/components'
// import { Steps } from '@pubsweet/ui'
import WizardFormStep from './WizardFormStep'
......@@ -20,7 +20,6 @@ export default ({
))}
</Steps>
)}
<AuthorList />
<WizardFormStep {...steps[step]} nextStep={nextStep} prevStep={prevStep} />
</Root>
)
......
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