Skip to content
Snippets Groups Projects
Commit d6a87532 authored by Audrey Hamelers's avatar Audrey Hamelers
Browse files

#480

parent deee4e06
No related branches found
No related tags found
2 merge requests!110Dev,!109Shared data model
......@@ -27,9 +27,9 @@ const ReviewFormDisplay = ({
const reviewer = teams.find(t => t.role === 'reviewer').teamMembers[0]
if (status === 'tagging') {
return (
<React.Fragment>
<H3>Tagging complete?</H3>
<React.Fragment>
<Content>
<H3>Tagging complete?</H3>
<p>
{`When all files have been uploaded and both the Web and PDF previews have been generated, please click the button below to move the manuscript to XML QA.`}
</p>
......
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