Skip to content
Snippets Groups Projects
Commit e871e60d authored by Andy Nicholson's avatar Andy Nicholson
Browse files

fix(*): remove eslint disable line

parent e992e77a
No related branches found
No related tags found
No related merge requests found
......@@ -128,8 +128,7 @@ const Frontpage = ({ history, ...props }) => {
<div>
Submitted research objects:
{manuscript.submission?.links?.map(link => (
// eslint-disable-next-line react/jsx-key
<p>
<p key={`manuscript-${manuscript.id}`}>
<a
href={link.url}
rel="noopener noreferrer"
......
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