From e13b6a2b1e9fd99c114350ac6570fd5db0bc67c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Wed, 24 Sep 2025 13:21:56 +0000 Subject: [PATCH] Merged in fix/hotel-page-secitons-order (pull request #2860) fix: correct the order of sections on hotel page * fix: correct the order of sections Approved-by: Erik Tiekstra --- .../scandic-web/components/ContentType/HotelPage/index.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/scandic-web/components/ContentType/HotelPage/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/index.tsx index 9bf720fb7..060f8f59b 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/index.tsx @@ -227,10 +227,6 @@ export default async function HotelPage({ hotelId }: HotelPageProps) { healthFacilities={healthFacilities} /> )} - {faq && faq.accordions.length > 0 && ( - - )} - {campaignsBlock ? ( ) : null} + {faq && faq.accordions.length > 0 && ( + + )}