Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xpub-epmc
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Literature-services
public-projects
xpub-epmc
Commits
d6a87532
Commit
d6a87532
authored
6 years ago
by
Audrey Hamelers
Browse files
Options
Downloads
Patches
Plain Diff
#480
parent
deee4e06
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!110
Dev
,
!109
Shared data model
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/components/review-wizard/ReviewForm.jsx
+2
-2
2 additions, 2 deletions
app/components/review-wizard/ReviewForm.jsx
with
2 additions
and
2 deletions
app/components/review-wizard/ReviewForm.jsx
+
2
−
2
View file @
d6a87532
...
...
@@ -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
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment