diff --git a/apps/scandic-web/components/ContentType/DestinationPage/CityListing/CityListingItem/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/CityListing/CityListingItem/index.tsx index 1e6ef95ae..221296448 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/CityListing/CityListingItem/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/CityListing/CityListingItem/index.tsx @@ -40,9 +40,9 @@ export default function CityListingItem({ city }: CityListingItemProps) {

{city.heading}

- {city.experiences?.length && ( + {city.experiences?.length ? ( - )} + ) : null} {city.preamble}