diff --git a/src/components/ItaliaTheme/Blocks/Listing/CompleteBlockLinksTemplate.jsx b/src/components/ItaliaTheme/Blocks/Listing/CompleteBlockLinksTemplate.jsx index 78f736b62..6934686e1 100644 --- a/src/components/ItaliaTheme/Blocks/Listing/CompleteBlockLinksTemplate.jsx +++ b/src/components/ItaliaTheme/Blocks/Listing/CompleteBlockLinksTemplate.jsx @@ -55,7 +55,7 @@ const CompleteBlockLinksTemplate = (props) => { )} - {items.map((item) => { + {items.map((item, index) => { const image = ListingImage({ item, className: '', sizes: '60px' }); const BlockExtraTags = getComponentWithFallback({