diff --git a/src/components/ItaliaTheme/View/EventoView/EventoLuoghi.jsx b/src/components/ItaliaTheme/View/EventoView/EventoLuoghi.jsx index 8c0b635fd..ef2f4a89b 100644 --- a/src/components/ItaliaTheme/View/EventoView/EventoLuoghi.jsx +++ b/src/components/ItaliaTheme/View/EventoView/EventoLuoghi.jsx @@ -19,14 +19,14 @@ const EventoLuoghi = ({ content }) => { const intl = useIntl(); return content?.luoghi_correlati?.length > 0 || - content?.nome_sede > 0 || - content?.street > 0 || + content?.nome_sede?.length > 0 || + content?.street?.length > 0 || (content?.geolocation?.latitude && content?.geolocation?.longitude) || - content?.zip_code || - content?.city || - content?.quartiere || - content?.circoscrizione || - content?.country ? ( + content?.zip_code?.length > 0 || + content?.city?.length > 0 || + content?.quartiere?.length > 0 || + content?.circoscrizione?.length > 0 || + content?.country?.length > 0 ? (