Skip to content
Snippets Groups Projects
Commit 0a6bd458 authored by Giannis Kopanas's avatar Giannis Kopanas
Browse files

fix(components): cases with empty editors suggestions

parent 48d07ee3
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ const Cell = styled.span`
flex-shrink: 0;
flex-basis: 50%;
`
const arrayToText = text => (text.length === 0 ? ['none'] : text).join(', ')
const ReviewMetadata = ({ version, handlingEditors, journal }) => (
......
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