diff --git a/src/components/ItaliaTheme/View/Commons/LocationsMap.jsx b/src/components/ItaliaTheme/View/Commons/LocationsMap.jsx index 4b75fb8ca..75c43e92e 100644 --- a/src/components/ItaliaTheme/View/Commons/LocationsMap.jsx +++ b/src/components/ItaliaTheme/View/Commons/LocationsMap.jsx @@ -43,12 +43,7 @@ const LocationsMap = ({ center, locations }) => { useEffect(() => { venues.forEach((loc) => { - if ( - !fetchedLocations?.[loc.key]?.loading && - !fetchedLocations?.[loc.key]?.loaded - ) { - dispatch(getContent(loc.url, null, loc.key)); - } + dispatch(getContent(loc.url, null, loc.key)); }); return () =>