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

Refactor

parent b34764fe
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ import classnames from 'classnames'
import { ValidatedField, Button } from '@pubsweet/ui'
import classes from './WizardStep.local.scss'
import AuthorList from './AuthorList'
export default ({
children: stepChildren,
......@@ -59,7 +58,6 @@ export default ({
)
},
)}
<AuthorList />
<div className={classnames(classes.buttons)}>
<Button onClick={isFirst ? () => history.push('/') : prevStep}>
{isFirst
......
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