Skip to content
Snippets Groups Projects
Commit 030386f7 authored by Alf Eaton's avatar Alf Eaton
Browse files

Display reviews on the decision page

parent 9308cab1
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ import classes from './Attachment.local.scss'
const Attachment = ({ value }) => (
<a
key={value.url}
download={value.name}
href={value.url}
className={classes.attachment}>
......
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