Google Maps
@@ -89,15 +129,15 @@ const StreetViewInfo = ({ streetViewOpen, isDisabled, onOpen, onClose }) =>Google Street View
) +} const SeasonalityInfo = ({ locationData }) => { const { t, i18n } = useTranslation() return ( -
- {locationData.no_season ||
- (locationData.season_start === 0 && locationData.season_stop === 11)
+ {locationData.season_start === 0 && locationData.season_stop === 11
? t('locations.overview.season.year_round')
: t('locations.overview.season.in_season', {
start_month:
@@ -109,6 +149,14 @@ const SeasonalityInfo = ({ locationData }) => {
? formatMonth(locationData.season_stop, i18n.language)
: '?',
})}
+ {locationData.season_stop != null &&
+ locationData.season_start == null && (
+
- -
-+ +
+ {isStale && ( +{locationData.description}
- +
+ {locationData.description || (
+