Skip to content
Snippets Groups Projects

Dev

Merged lit_git requested to merge dev into master
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
@@ -359,10 +359,9 @@ class Created extends React.Component {
</InfoPanel>
{cancel && (
<SubmissionCancel
cancel={() =>
this.props.deleteMan(() => this.props.history.push('/'))
}
callback={() => this.props.history.push('/')}
close={() => this.setState({ cancel: false })}
manuscriptId={manuscript.id}
/>
)}
</SplitPage>