diff --git a/apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx index dc4c7e9e8..b8bfc05a5 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/IntroSection/index.tsx @@ -30,9 +30,7 @@ export default async function IntroSection({ const formattedLocationText = `${streetAddress}, ${city} (${formattedDistanceText})` const hasTripAdvisorData = !!( - tripAdvisor?.rating && - tripAdvisor?.numberOfReviews && - tripAdvisor?.webUrl + tripAdvisor?.rating && tripAdvisor?.numberOfReviews ) const formattedTripAdvisorText = hasTripAdvisorData ? intl.formatMessage( @@ -53,18 +51,11 @@ export default async function IntroSection({
{formattedLocationText} - {hasTripAdvisorData && ( - -