diff --git a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/index.tsx b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/index.tsx
index 567277e46..fb909975d 100644
--- a/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/index.tsx
+++ b/apps/scandic-web/components/ContentType/DestinationPage/DestinationCountryPage/index.tsx
@@ -52,12 +52,12 @@ export default async function DestinationCountryPage() {
variant={PageContentTypeEnum.destinationCityPage}
/>
- {images?.length && (
+ {images?.length ? (
- )}
+ ) : null}