diff --git a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx index 6f4f5e23a..32e9b3895 100644 --- a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx +++ b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCityPage/index.tsx @@ -55,9 +55,9 @@ export default async function DestinationCityPage() { variant={PageContentTypeEnum.destinationCityPage} /> - {images?.length && ( + {images?.length ? ( - )} + ) : null}