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

fix(components): delete unneeded line

parent c41d79d8
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,6 @@ 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