Skip to content
Snippets Groups Projects
Commit ac9a0955 authored by Sebastian's avatar Sebastian
Browse files

Merge branch 'master' of gitlab.coko.foundation:xpub/xpub-faraday

parents d3dabdd5 2325037d
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,9 @@ export const mapStatusToLabel = status => {
switch (status) {
case 'he-invited':
return 'Handling Editor Invited'
default:
case 'submitted':
return 'Submitted'
default:
return 'Draft'
}
}
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