Skip to content
Snippets Groups Projects
Commit 2d7acc94 authored by Alexandru Munteanu's avatar Alexandru Munteanu
Browse files

fix(manuscript-layout): fix manuscript layout file order

parent b9f27f42
No related branches found
No related tags found
3 merge requests!58Sprint #20 - Goal - Reviewers submit report,!57HIN-974,!55WIP: HIN-855 feat(reviewer-report): reviewer report form
......@@ -17,16 +17,18 @@ const ManuscriptFileList = ({
onPreview={previewFile}
{...rest}
/>
<ManuscriptFileSection
label="SUPPLEMENTARY FILES"
list={supplementary}
label="COVER LETTER"
list={coverLetter}
onDownload={downloadFile}
onPreview={previewFile}
{...rest}
/>
<ManuscriptFileSection
label="COVER LETTER"
list={coverLetter}
label="SUPPLEMENTARY FILES"
list={supplementary}
onDownload={downloadFile}
onPreview={previewFile}
{...rest}
......
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