Manuscript preview component - add PDF preview
See parent ticket #7 (closed)
The manuscript preview in the submit route currently only shows a preview for word documents. We need to add a preview option for PDFs as well.
File: ManuscriptPreview.jsx:
} else if (files.manuscript.type === 'application/pdf') {
return <p>PDF display coming soon</p>
// TODO: Add PDF view
}
Please see:
Edited by Audrey Hamelers