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

fix(*): slight change to key

parent 69aaca20
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ const Frontpage = ({ history, ...props }) => {
{manuscript.submission?.links?.map(link => (
<a
href={link.url}
key={`manuscript-${manuscript.id}`}
key={`url-${link.url}`}
rel="noopener noreferrer"
target="_blank"
>
......
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