diff --git a/src/components/ItaliaTheme/View/Commons/Attachment.jsx b/src/components/ItaliaTheme/View/Commons/Attachment.jsx index be703dd54..0c0a4bdde 100644 --- a/src/components/ItaliaTheme/View/Commons/Attachment.jsx +++ b/src/components/ItaliaTheme/View/Commons/Attachment.jsx @@ -12,7 +12,13 @@ const messages = defineMessages({ }, }); -const Attachment = ({ title, description, download_url, item = {} }) => { +const Attachment = ({ + title, + description, + download_url, + item = {}, + iconClass = 'it-clip', +}) => { const intl = useIntl(); let _item = { ...item }; if (item['@type'] === 'File') { @@ -28,7 +34,7 @@ const Attachment = ({ title, description, download_url, item = {} }) => { tag="div" >