diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Tripadvisor/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Tripadvisor/index.tsx index 2adfe4f48..019bc3411 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Tripadvisor/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Tripadvisor/index.tsx @@ -1,5 +1,3 @@ -import { notFound } from "next/navigation" - import SidePeek from "@scandic-hotels/design-system/SidePeek" import Image from "@/components/Image" @@ -28,7 +26,7 @@ export default async function TripAdvisorSidePeek({ const tripAdvisorData = hotelRatings?.tripAdvisor if (!tripAdvisorData?.reviews.widgetScriptEmbedUrlIframe) { - notFound() + return null } const awardsLogos = tripAdvisorData.awards